KarelCemus / play-redis

Play framework 2 cache plugin as an adapter to redis-server
Mozilla Public License 2.0
164 stars 44 forks source link

Advanced asynchronous Java API #209

Closed KarelCemus closed 5 years ago

KarelCemus commented 5 years ago

Fixes #206

KarelCemus commented 5 years ago

@ourgit I implemented async Java API for you. Could you review this PR and test it? I am not familiar with Java version of Play nor with your use case. Could you tell if this is working and fits your needs?

ourgit commented 5 years ago

@KarelCemus thank you for your reply, i will review & test, and report the result to you. By the way, redis lock method is wide used for distributed platform, do you have interesting to add the feather? Have a look at this repo: https://github.com/thibaultmeyer/play-redis-module

KarelCemus commented 5 years ago

Well, this module implements redis as a cache, I am not sure that having a lock within cache api is a good approach. The scope of this module is not to provide general redis api, there already are various libraries

KarelCemus commented 5 years ago

Any progress on this issue?