Skip to content
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

Make json_redis_key_handle handle JSON #297

Open
alanking opened this issue Oct 7, 2024 · 0 comments
Open

Make json_redis_key_handle handle JSON #297

alanking opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@alanking
Copy link
Collaborator

alanking commented Oct 7, 2024

Currently, the only type which descends from json_redis_key_handle, cleanup_key_handle, requires dumping JSON to a string before setting the value with set_value. The json_redis_key_handle should handle JSON and dump to string if necessary. It may not be necessary at all if redis-py can handle JSON directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant