kstyrc / embedded-redis

Redis embedded server for Java integration testing
856 stars 372 forks source link

how to issue with redisclient 2.9 #122

Open Ssrinivasan1 opened 3 years ago

Ssrinivasan1 commented 3 years ago

I need to use the embedded redis server for integration test for an application which uses redisclient2.9. ( the application uses BinaryJedisClusterCommands available in redis 2.9. can this library used for Redis client 2.9 or upgraded to be used for redisclient 2.9 .