We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb25f68 commit 19da8a5Copy full SHA for 19da8a5
bashrc/oneline_cmd
@@ -179,3 +179,12 @@ ifconfig | grep -oP '(?<=inet addr:).*(?= Bcast:)' | xargs -n 4
179
# function name(parameter list) { statements }
180
# awk '/pattern/ { action }' and '{if($1==pattern) action}'
181
ps aux | awk '{if($1=="root") print $(NF-1)}'
182
+
183
+# redis
184
+#$./redis-cli --latency -h '127.0.0.1' -p '6379'
185
+#$./redis-cli
186
+#127.0.0.1:6379> info
187
+#127.0.0.1:6379> info memory
188
+#127.0.0.1:6379> slowlog get
189
+#127.0.0.1:6379> monitor
190
0 commit comments