Hey Jedis users,
I have been using Jedis for a while to handle my interactions with Redis. Everything is fine and recently I wanted to do distributed locking around Redis. After some searching I ended up reading official
Redis page about distributed locking. There I found ready implementations for Java but Jedis is not the list.
Yeah, we already know there is no locking mechanism implemented in Jedis and here rises my question -- is there any plans for distributed locking mechanism in Jedis?
Maybe there are already implementations around Jedis that others can make use of? What if I do it myself and end up with a good solution and propose a pull request?