-
-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for hashmaps #598
Comments
@WisdomPill is this one resolved or are we still looking for help here? I'm interested if its needed |
still looking for an implementation, #654 is a very good attempt at it on the sets side, if you want to propose a solution you're very welcome to do so 😄 |
is available to work on this issue? |
Hello @LucianaAG I think @kysre is doing all right here, you can try to do something similar to his PR for sets maybe? |
support for Things left to add to make it complete are.
any contribution is welcome, I consider this a beginner friendly issue |
Hi, @WisdomPill I extended support for the missing hashmap functions and would appreciate your feedback when you have some spare time. |
Problem Statement
django-redis
should introduce hasmaps and support basic operations,hset
,hdel
,hlen
,hkeys
andhexists
.Describe the solution you'd like
Add an interface similar to
redis-py
to support haspsThe text was updated successfully, but these errors were encountered: