• Resolved menathor

    (@menathor)


    Hi guys

    I’m currently using Redis for object caching (via the LiteSpeed Cache plugin). Should I run a second instance of Redis for search? Or is it fine to use a single instance Redis instance for both? And if using one instance for both, are there any performance considerations or redis.conf settings that should be tweaked?

    Thanks!

    PS. Do you know approx. how much additional memory and disk usage would be used by enabling this on a shop with 5000 products? I’ve tried using Elasticsearch in the past but it’s very heavy…

Viewing 1 replies (of 1 total)
  • Plugin Author foadyousefi

    (@foadyousefi)

    Hi,

    One instance should work just fine for both cache and RediSearch index. although 5000 seems a big number, but still way way below Redis limits.

    I’ve used ElasticSearch before, the index size and ElasticSearch footprint get big.

    According to RediSearch Sizing Calculator the size should be way below 1GB.

Viewing 1 replies (of 1 total)
  • The topic ‘Using it together with redis object cache?’ is closed to new replies.