Grokzen / redis-py-cluster

Python cluster client for the official redis cluster. Redis 3.0+.
https://redis-py-cluster.readthedocs.io/
MIT License
1.1k stars 316 forks source link

[Discussion]could I use lrange with pipline ? #432

Closed ucasiggcas closed 3 years ago

ucasiggcas commented 3 years ago

hi,dear when I run the down codes,I got the wrong thing,

>>> redis_obj=get_redis()
>>> with redis_obj.pipeline() as pipeline2:
...     key_feat=pipeline2.lrange('kdjdjo',0,100)
... 
>>> key_feat
ClusterPipeline

So why is the ClusterPipeline ? it should be a list in fact could you pls help me ?

Grokzen commented 3 years ago

@ucasiggcas You still open up an issue claiming it as a discussion. There is a separate tab for this in github, please use that and do not open up another discussion issue here as this is for issues and reportable problems/bugs.