Object caching for multiple sites – Redis vs Memcached
-
Hi guys,
I’d like to use one instance of Memcached or Redis for object caching multiple sites. But I need to make sure clearing the object cache on one site doesn’t clear the object cache for every site. A couple of questions:
Do I need to create separate databases (and use the Redis Database ID field) to do that with Redis? Or can I use one database for all sites?
Also, is there a way of doing this with Memcached? I’d prefer to Memcached if possible.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Object caching for multiple sites – Redis vs Memcached’ is closed to new replies.