Re: Redis datastore

2019-06-04 Thread Kevin Ratnasekera
Hi Xavier, Thank you for the update. Take your time on the research for selecting the Redis client library, you dont need to compare all Redis clients, take a subset/few looks most promising ( by comparing community, functionality etc ). There are only very few recommended from redis.io. [1] ( Jed

Re: Redis datastore

2019-06-04 Thread FRANCISCO XAVIER SUMBA TORAL
Hello, About trying other libraries, it is a broad task. There are a lot and each of them has its own advantage/disadvantage. Redisson, looks promising and think we can use that one instead of Jedis, but I am still comparing with other libraries. I will get back with this comparison soon. Aft

Re: Redis datastore

2019-06-04 Thread carlos muñoz
Hi Xavier. Please note that redis-mock has some limitations. Alternatively, If you realize that you need unsupported operations you can use docker, give a look to the Aerospike tests [2]. my two cents, [1] https://github.com/fppt/jedis-mock#supported-operations [2] https://github.com/apache/gora