Command GETRANGE has recently been migrated and missed support for all available datatypes. We need to make it consistent with Redis. For more context, please go through #1095 comments and unresolved review comments.
Requirements:
[ ] All datatypes are supported and error handling must be consistent.
[ ] updating unit tests to cover new enhancement
[ ] updating all integration test to test new enhancement
Hi team,
Command
GETRANGE
has recently been migrated and missed support for all available datatypes. We need to make it consistent with Redis. For more context, please go through #1095 comments and unresolved review comments.Requirements:
Thanks