wuxibin89 / redis-go-cluster

redis cluster client implementation in Go
Apache License 2.0
488 stars 145 forks source link

Lua script support #29

Closed szabado closed 5 years ago

szabado commented 5 years ago

I'm not intimately aware of any intricacies that might be involved in supporting Lua scripts, is it not supported simply because there's been no need for the feature? I'm looking at migrating this project to use Redis Cluster and the Lua scripts are something that are desperately needed.

Do you know if there'd be any blocking issues with adding support, or would it be possible? I'd be happy to do the legwork, just wanted to ask whether it would be a welcome contribution or not.

szabado commented 5 years ago

Whelp. I'm dumb, I just realized that our library already supports Redis Cluster. Ignore me!