KarelCemus / play-redis

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

Doesn't support sorted set #256

Closed Bugsource closed 2 years ago

Bugsource commented 2 years ago

As pointed by this user(https://github.com/KarelCemus/play-redis/issues/205), the play-redis doesn't support sorted set now. However, this data structure has great meaning in business development, such as maintaining a post list ordered by time in a feed system.

KarelCemus commented 2 years ago

Alright, thank you for your use case. Are you willing to open a pull request for it?

Bugsource commented 2 years ago

sorry, i'd like to participate in this project but i have no much time recently.

KarelCemus commented 2 years ago

OK, I'm closing this issue since it is not on the roadmap of the project and you are not able to implement it. If you or anyone in the future will have use case for this and time to open PR, feel free to reopen this ticket

Bugsource commented 2 years ago

Hey man, i have implement basic commads of zset and created the PR(https://github.com/KarelCemus/play-redis/pull/258), please review it, thanks. @KarelCemus