You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the only type which descends from
json_redis_key_handle
,cleanup_key_handle
, requires dumping JSON to a string before setting the value withset_value
. Thejson_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.The text was updated successfully, but these errors were encountered: