Skip to content

Instantly share code, notes, and snippets.

@antirez
Created April 29, 2010 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antirez/383986 to your computer and use it in GitHub Desktop.
Save antirez/383986 to your computer and use it in GitHub Desktop.
+1272564958.791616 (db 9) "hset" "smallhash" "tmp" 17179869184
+1272564958.791717 (db 9) "hset" "bighash" "tmp" 17179869184
+1272564958.791818 (db 9) "hincrby" "smallhash" "tmp" "17179869184"
+1272564958.791981 (db 9) "hincrby" "bighash" "tmp" "17179869184"
+1272564958.792238 (db 9) "hset" "smallhash" "tmp" " 11 "
+1272564958.792388 (db 9) "hset" "bighash" "tmp" " 11 "
+1272564958.792546 (db 9) "hincrby" "smallhash" "tmp" "1"
+1272564958.792784 (db 9) "hincrby" "bighash" "tmp" "1"
+1272564958.793034 (db 9) "set" "x" "foobar"
+1272564958.793285 (db 9) "expire" "x" "5"
+1272564958.793439 (db 9) "ttl" "x"
+1272564958.794094 (db 9) "expire" "x" "10"
+1272564958.794233 (db 9) "ttl" "x"
+1272564958.794446 (db 9) "get" "x"
@tritonrc
Copy link

Definitely an improvement especially since it is now much more straight-forward to use all of our favorite unix tools for analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment