iredis icon indicating copy to clipboard operation
iredis copied to clipboard

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

Results 62 iredis issues
Sort by recently updated
recently updated
newest added

redis tls: https://redis.io/docs/manual/security/encryption/ try to keep the same args with `redis-cli`: ``` ./src/redis-cli --tls \ --cert ./tests/tls/redis.crt \ --key ./tests/tls/redis.key \ --cacert ./tests/tls/ca.crt ``` - [ ] add test case...

how to connect to the redis cluster? I try to connect to the cluster, run the command ,the iredis prompt "(error) ERROR Authentication required." Thanks!!!

It is very easy to reproduce: ``` 127.0.0.1:6379> xread STREAMS mystream $ (error) ERROR 'NoneType' object is not iterable ``` In redis-cli, I get `(nil)` returned

I'm packaging iredis on openSUSE and I see test failures on i586 while x64_86, aarch64 and ppc64 work fine: ``` [ 90s] =================================== FAILURES =================================== [ 90s] ___________________________ test_peek_set_fetch_part ___________________________...

current work progress: https://github.com/redis/redis-doc/compare/32ae8d3dc3921f90d31de3714a220180a212b6d4...5739d443a31a151009cc5d62305707dce7eb8785#diff-1b67c587a1e3cd259a83610a34d5b7f57e9702605608178aac699085891c07e9R364 compare with `iredis/data/commands.json` though it was already behind after `redis-doc/commands.json` again. latest work: `git show 60dd4ba0cdc003ba7767c7e15e727cabc801489d -- iredis/data/commands.json`

But when I tried to install iredis, I found a conflict between flask and the version of click on which iredis depends `pip install iredis` error info 👇 ```shell ERROR:...

https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy

I am seeing issues like: ``` Error 1 connecting to foobar.com. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1091) ```