1

I'm using Redis as a caching system on the client windows endpoint. I want to use two simultaneous caching streams where one is lru enabled and the other is disabled. How do I run two different configs on the same instance?

Ended up using two instances with aof

1
  • not a programming question per se. Commented Jul 8, 2015 at 9:12

1 Answer 1

2

OK so talked to people at Redis. It's not possible as all the configuration is global for the instance. So the only solution is to have two different instances

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.