medis icon indicating copy to clipboard operation
medis copied to clipboard

[Feature request] Adding support for redis proxy like twemproxy / dynomite

Open tuananh opened this issue 8 years ago • 4 comments

ioredis can work with twemproxy / dynomite. Maybe we can add twemproxy / dynomite support for Medis as well?

Is there any issue?

tuananh avatar Apr 20 '17 05:04 tuananh

Any special config fields should be added to Medis connection panel in order to connect to twemproxy/dynomite?

luin avatar Apr 20 '17 06:04 luin

According to my experience, I have to set enableReadyCheck to false in order to use ioredis with twemproxy. Can't speak for dynomite though; probably same since it's a fork.

Here are the list of redis commands that twemproxy supports https://github.com/twitter/twemproxy/blob/master/notes/redis.md

I'm not sure what Medis use internally for its functionalities.

tuananh avatar Apr 20 '17 06:04 tuananh

Hmm...Medis uses the SCAN command for scaning key list which seems hasn't been supported yet.

luin avatar Apr 20 '17 07:04 luin

I see.

I want to use it for personal use and can live without the key scan (it's the key listing on the left right?). Can you point me to where that I have to edit it to make it works?

tuananh avatar Apr 20 '17 08:04 tuananh

Hello 👋

Our development focus has now shifted to the next generation of Medis: Medis 2. Compared to its predecessor, Medis 2 offers enhanced performance, more powerful features, and a more delightful interface. If you encounter any problems with Medis 2, feel free to reopen this issue, and together, we can explore possible solutions.

Download Medis 2 for free: https://getmedis.com/. Thanks for using and supporting Medis 1!

luin avatar Sep 17 '23 11:09 luin