twitter / twemproxy

A fast, light-weight proxy for memcached and redis
Apache License 2.0
12.16k stars 2.06k forks source link

Followup for new redis commands and multibulk support #613

Closed TysonAndre closed 3 years ago

TysonAndre commented 3 years ago

Revert the addition of blocking commands proposed in #599 - including them even as a compilation option is probably a poor way to distribute it, they'll block everything using the same server connection.

Support COMMAND (used by redis-cli) and a placeholder no-argument command forwarded to a random redis server.