laixintao
laixintao
Perl re can do this. https://perldoc.perl.org/perlre.html
Hook here if use pcre: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/2970d29936296349feb84aadb4217e1b9d57e2d3/prompt_toolkit/contrib/regular_languages/compiler.py#L105
Use ↑ and ↓ to do part history search. And Tab / Shift+Tab to do completion.
Hi the way of connecting a cluster is the same as a singe redis node. You see this message is because your cluster has password protection, you need `AUTH` command...
hi @yuvenhol thanks, it should be a bug. You already connected to redis-server, but it's in the cluster mode, and the key you `hgetall` is not in the node you...
thanks for reporting, i will take a look
Thanks for reporting, but it seems `encryption-in-transit` only available for aws? I can't test...
If there are lots of users who are expecting this feature, and there is PR implemented feature, I may consider merging. But since this is AWS's invention, I am not...
Yes, `KEYS` and `SCAN` are for the currently connected node, I can't come up with a good way of querying all keys among clusters. Do you have any ideas? And...
Good idea, I think we can combine with other commands to implement this feature :) On Thu, Nov 12, 2020 at 5:53 PM whimthen wrote: > redis-cli is not supported,...