Support "CLIENT LIST" command for Redis

Long running services and Lambda functions can occasionally cause issues with connection usage if they use more than we expect (e.g. a bug that causes connections to be opened but not closed again). It’s often useful to be able to see the services connected to a data store (e.g. Redis) and the “CLIENT LIST” command lets you do this: https://redis.io/commands/client-list

It would be great if Retool supported this command for Redis resources.

Hey @jsj-impala and welcome to the community! Sorry for the delay here :confused:

This is a totally reasonable request, I'll share with the team. We just added KEYS, MGET, and HMGET so there's some momentum :slight_smile: