e-chip / redis-rwlock

Golang implementation of distributed RW-Lock (Writer-preferring) using Redis.
MIT License
20 stars 6 forks source link

TODO: Generate rwlock_scripts.go from lua folder. #1

Open e-chip opened 5 years ago

trim21 commented 1 year ago

you can just use embed package now

e-chip commented 1 year ago

you can just use embed package now

Thanks! I am working on v2 now, it will embed Lua scripts and introduce pluggable redis library :)