81
General discussion / Re: Anyone using Redis cache?
« Last post by Wiz on November 25, 2024, 09:05:41 PM »I'm using Redis Sentinel via a custom coded cache class (also capable of clustering/sharding) implemented in core, via Predis, and had trashed other caching services/options so my redis config wouldn't be of any use to you as it is an advanced custom config.
For the basic osclass redis config and when you have a local redis instance installed on the same server as osclass, use redis in socket mode which is usually 25 to 30% faster than in tcp mode. Use 1 redis db for php sessions and another db for caching.
What specifically do you need help with?
For the basic osclass redis config and when you have a local redis instance installed on the same server as osclass, use redis in socket mode which is usually 25 to 30% faster than in tcp mode. Use 1 redis db for php sessions and another db for caching.
What specifically do you need help with?