What is the difference between IRedisClientsManager and IRedisClientCacheManager in servicestack.redis

StackOverflow https://stackoverflow.com/questions/23223642

  •  07-07-2023
  •  | 
  •  

Question

What is the difference between IRedisClientsManager and IRedisClientCacheManager in servicestack.redis. I am trying to replace my appfabric distributed cache. Which client should i use?

Was it helpful?

Solution

Use IRedisClientsManager, which is the recommended default.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top