irods / irods_capability_automated_ingest

Other
12 stars 16 forks source link

Make `json_redis_key_handle` handle JSON #297

Open alanking opened 2 weeks ago

alanking commented 2 weeks ago

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.