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

Add support for Redis 6.2.0 commands #268

Closed olttwa closed 1 year ago

olttwa commented 2 years ago

Carmine doesn't support newer commands added in v6.2.0 of redis like LMOVE. Please add support for them.

NoahTheDuke commented 2 years ago

Given that @ptaoussanis updates all dependencies when he releases a new version, this would also help with #262.

ptaoussanis commented 1 year ago

Closing, will be addressed in forthcoming release.