redisgears-py
redisgears-py copied to clipboard
RedisGears python client
Since for now, i don't have Redisgears cluster environment, can not conduct experiments, so may need to ask these questions. 1. Dose gears support put key into a specific slot?...
ERROR: Package 'gearsclient' requires a different Python: 3.8.10 not in '=3.6'
checking setup.py we see 0.1. checking GH releases we see 1.0.
Getting an error no matter what I run or register through gearsclient. Even noop code like: ``` gb = GearsBuilder('KeysOnlyReader', r=conn) gb.run() ``` returns ``` Traceback (most recent call last):...
Hi, I was wondering if work on this package has ceased, or if there's another place that I should be looking to access Gears?