taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

Correct misleading readme #276

Closed adamneilson closed 1 year ago

adamneilson commented 1 year ago

"Which means that not only is Carmine's command coverage always complete,..."

This seems not true as far as I can tell. For example, the official Redis command reference has LMOVE (introduced in v6.2.0) but this is not in the current version 3.0.0 of Carmine.

I appreciate there's an effort in keeping Carmine up to date with the latest and greatest Redis has to offer but saying it's "always complete" is misleading.

ptaoussanis commented 1 year ago

Thanks Adam, this will be clarified in an upcoming release 👍

In the meantime, please note that you can use redis-call to execute any Redis command that your server supports.