Redis vs Memcache

#1
Hello community.
I would like to know in terms of LSCache plugin (used in WordPress + WooCommerce) is there are difference if I choose Redis over Memcache? I am if I use Redis in LSCACHE plugin can I get more "things" cached compared to Memcache? Maybe strange question, but still...

Thank you in advance.
 
#3
I am aware of that Andrey, what I meant is that in the context of LSCACHE is there a difference in terms how much and what data could be cached using Redis vs Memcache, a.k.a if there will be a benefit (if LSCACHE could utilize the pros of Redis) when I use it for WooCoomerce shop.
 

LiteCache

Active Member
#4
@eXRuLeZz
Redis is Redis and Memcache is Memcache, but Redis or Memcache is not LScache. LScache is a page cache and not a DB cache, so LScache doesn't matter in relation to Redis or Memcache. That's why you can use the linked posts from @AndreyPopov as a guide.
 
Last edited:
Top