-
-
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 sets #597
Labels
Comments
Any updates on this ? |
nope, if you like to open a PR I would be happy to review it! 😁 |
isn't this already been implemented? |
no #654 is supposed to implement it, very little is missing, feel free to recycle that work and mention the previous contributor |
is available to work on this issue? |
@LucianaAG feel free to open a PR if you want |
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 9, 2024
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 10, 2024
Co-authored-by: Ali Rezaei <[email protected]>
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 10, 2024
Co-authored-by: Ali Rezaei <[email protected]>
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 13, 2024
Co-authored-by: Ali Rezaei <[email protected]>
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 14, 2024
Co-authored-by: Ali Rezaei <[email protected]>
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 14, 2024
Co-authored-by: Ali Rezaei <[email protected]>
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 15, 2024
Co-authored-by: Ali Rezaei <[email protected]>
rootart
added a commit
to rootart/django-redis
that referenced
this issue
Jun 15, 2024
WisdomPill
added a commit
that referenced
this issue
Jun 16, 2024
Add support for the set functions from issue #597
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
django-redis
should introduce sets and support basic operations,sadd
,sremove
,smembers
,sismembers
andspop
.Describe the solution you'd like
Add an interface similar to
redis-py
to support setThe text was updated successfully, but these errors were encountered: