appsmithorg / appsmithorg/appsmith
[Feature]-[42]:[Redis Plugin] Add support for response type of List<List>
Open
Backend
Enhancement
Integrations Product
Query & JS Pod
Query Widgets & IDE Pod
Redis
Up for grabs
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.