You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd appreciate it if someone could add this or something like it...
Also: I've done some more testing of this, and found some bugs (when a key is not present, or when redis has not yet started) that can cause redi.sh to hang. My fixes are as follows:
This script is helpful, but I also need to be able to get a list of keys in a bash script. For example, if redis contained a couple of keys:
I want to be able to say something like:
(Then I might get keyfoo to find bar).
I don't completely understand how the redi.sh handles arrays, but something like this seems to work for my needs:
I'd appreciate it if someone could add this or something like it...
Also: I've done some more testing of this, and found some bugs (when a key is not present, or when redis has not yet started) that can cause redi.sh to hang. My fixes are as follows:
with those changes applied on top of my changes above.
The text was updated successfully, but these errors were encountered: