Jump to content

Redis setings


Ramsesx

Recommended Posts

Hi, my provider just installed redis on my server. But I'm not really sure what settings are recommended. And what values are necessary. Right now I use the file system as the data storage method.

I guess it should be Redis now? Caching Method: Redis?

Redis server address, port number and server password? 

And what happens if I set wrong values, can I lose all attachments or other files? How long is the process in moving the files to the database, will it be server intensive? 

Thanks.

328997311_2019-06-2819_57.005aefde.thumb.png.6168ce75dc2dbbb25b4718ed5a0d226e.png

 

 

 

Link to comment
Share on other sites

Files (such as attachments) are not stored in Redis - you won't lose anything if there are problems, no.

Redis can be used for a few things:

  • Data store/caching (i.e. routinely queried data that is cached for use on subsequent page loads, compiled theme templates, things like that).
  • User sessions
  • Guest page caches

It is up to you which things you store in Redis and will depend upon your site's configuration, the amount of memory you have available in Redis, the amount of traffic you get, and so on.

 

Personally, I would start with data store/cache store using Redis and see how that goes first.

The server address, port number and password would need to be provided by your host.

If the values are incorrect, you won't be able to save the form so you don't have anything to worry about. 🙂 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...