[Feature]-[42]:[Redis Plugin] Add support for response type of List<List> #6185
Labels
Backend
This marks the issue or pull request to reference server code
Enhancement
New feature or request
Integrations Product
Issues related to a specific integration
Query & JS Pod
Issues related to the query & JS Pod
Redis
Issues related to Redis
Up for grabs
Issues that have little to no dependencies on design/product, can be picked up in an ad-hoc manner
Summary
When response type of List is returned, the plugin throws an unable to case exception
Motivation
Commands like
scan 0
on redis returns a response of List of List which is not supported.keys *
(which returns response in a supported format )is a heavy op and does not work well in case of clusters.The text was updated successfully, but these errors were encountered: