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

carmine.locks/release-lock: inline lua #178

Closed hexpunk closed 7 years ago

hexpunk commented 7 years ago

I see that much of the inline lua scripts have been broken out into their own files at src/lua, which I completely support. However, the lua in carmine.locks/release-lock was missed. (Also, carmine.locks/acquire-lock was missed, but that would be taken care of by https://github.com/ptaoussanis/carmine/issues/177)

ptaoussanis commented 7 years ago

Hi there, moving the inline lua scripts to external files is not a priority atm - esp. for such short scripts.

Thanks for checking though, cheers! :-)