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

Regenerate commands.edn from Redis 6.2.1. #251

Closed nzioki closed 1 year ago

pieterbreed commented 1 year ago

Hi @ptaoussanis - Just following up here; I'm interested in using the redis cmd GETDEL which is redis v6.2.0. Is there anything I can do to help getting this MR approved?

ptaoussanis commented 1 year ago

@pieterbreed Hi Pieter, thanks for offering. I'll definitely update to the latest commands.edn next time I'm working on batched Carmine work. No specific ETA on that, but please note that you don't need to wait for a new Carmine release to use GETDEL (or any other commands).

You can always use the redis-call fn to execute any Redis command that your Redis server supports, regardless of whether Carmine is aware of that command or not.

ptaoussanis commented 1 year ago

@nzioki Thanks Martin, will be updated with next release! Cheers :-)