salimane / rediscluster-py

a Python interface to a Cluster of Redis key-value store
MIT License
47 stars 17 forks source link

How do i use lua with rediscluster #15

Closed dsgdtc closed 5 years ago

dsgdtc commented 5 years ago

Hi,I want to know how do i use lua script with rediscluster. I find eval api,but i don't understand how to use it, could you please give some example? Thank you!

salimane commented 5 years ago

@dsgdtc this repo is deprecated, please use the official redis client https://pypi.org/project/redis/