This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
use dump instead of get, better handling for sets and such
tags/v1.1.4
Jonathan Cobb
4 years ago
parent
e6c5966512
commit
b418a5d805
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/rkeys
+ 1
- 1
bin/rkeys
View File
@@ -4,5 +4,5 @@
#
KEY_MATCH="${1}"
for k in $(echo 'keys *'"""${KEY_MATCH}"""'*' | redis-cli) ; do
echo "$k => $(echo "
get $k" | redis-cli
)"
echo "$k => $(echo "
dump $k" | redis-cli | strings
)"
done
Write
Preview
Loading…
Cancel
Save