Valkey-Java-Extrautils: valkey + java locks, collections, caches and more #1548
oscar-besga-panel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I've been developing a project to have some distributed utilities in java like locks, semaphores, maps, iterators, rate limiters, etc...
This project used the old in-memory database.
But with the licence change and the creation of valkey, I've ported it to our new database.
Here is the new project: Valkey-Java-Extrautils
It obviously uses valkey-java as 'driver' and valkey as backend, and has been tested against valkey 8.0.0 on docker.
Everyone is wellcome to contribute and comment, hope you like it
Beta Was this translation helpful? Give feedback.
All reactions