-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compatibility with yedis #57
Comments
PR welcome, it is the about 5th based on redis. i only work with original redis. i doubt i will implement/fix protocol all 1000 redis clones. |
OK, got it. I thought it was like options "Azure Redis" or something. I will try to add an option, maybe "Retrieve Client Info" in "Edit connection" panel. |
it is too much clones here. i think the clones should implement these functions, not me. sorry |
I understand and I agree. |
i work on simple redis deployment with multiple clients (this is erp, so no need to scale, deployments for a company or a webshop etc) and this p3x-redis-ui is satisfying to use it. i tried to help with other clones but lost count and this program is basically only for redis.... in the last week this is the 2nd clone i face, the other is tendis, same problem this and that functions is not implmeneted and my program would crash i do not want to work on this etc.... so very sorry. pr is welcome. |
I've worked few hours trying to make redis-ui compatible but there are too many problem for now with yedis: |
Hello @p3x-robot,
I'm trying to make redis-ui work with YEDIS from Yugabyte (an open-source cloud ready scalable PG and REDIS plateform).
There are few differences between REDIS and YEDIS, one of theses are the client command that is not supported yet.
Command client not yet supported. Arguments: [client, setname, ioredis-cluster(refresher)]
Related to yugabyte/yugabyte-db#985
I was wondering if there was possible to make the call to this command optional in redis-ui, or as a compatibility with Yedis option. What do you think ?
The text was updated successfully, but these errors were encountered: