upstash / redis-js

HTTP based Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
697 stars 56 forks source link

Missing CLIENT (LIST/SETNAME) command? #422

Closed manast closed 10 months ago

manast commented 1 year ago

I could not find in the compatibility list if the command CLIENT LIST and CLIENT SETNAME commands are supported. Seems like CLIENT LIST just returns an empty list. Are there any plans to support these commands?

https://redis.io/commands/client-list/

mdogan commented 1 year ago

CLIENT SETNAME and CLIENT GETNAME are supported and as you figured out CLIENT LIST returns empty array at the moment. We will implement CLIENT LIST soon.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

manast commented 1 year ago

Bump.

chronark commented 1 year ago

@ogzhanolguncu

ogzhanolguncu commented 1 year ago

Right now, the REST API doesn't have the "Client list" feature, but as soon as they add it in there, I'll make sure to include it in the SDK. I'll also chat with the team to see if we can speed things up a bit.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

manast commented 1 year ago

Bump!

ogzhanolguncu commented 1 year ago

https://upstash.com/docs/redis/overall/rediscompatibility you can also follow here. Once its here i'll implement it in no time.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 10 months ago

This issue was closed because it has been stalled for 30 days with no activity.