Skip to content

Instantly share code, notes, and snippets.

@maiha
Created September 22, 2016 08:45
Show Gist options
  • Save maiha/933e9ea5a2569b405eef4593f80fecc1 to your computer and use it in GitHub Desktop.
Save maiha/933e9ea5a2569b405eef4593f80fecc1 to your computer and use it in GitHub Desktop.
  • redis-cli -A secret get foo
19:27:55.413331:[S] ""
19:27:55.413375:[SA] ""
19:27:55.416550:[A] "......"
19:27:55.422557:[PA] "*2\r\n$4\r\nAUTH\r\n$6\r\nsecret\r\n"
19:27:55.422589:[A] ""
19:27:55.422641:[PA] "+OK\r\n"
19:27:55.428735:[PA] "*2\r\n$3\r\nget\r\n$3\r\nfoo\r\n"
19:27:55.428810:[PA] "-MOVED 12182 127.0.0.1:7001\r\n"
19:27:55.432372:[FA] "......"
19:27:55.432436:[FA] ""
19:27:55.435545:[A] "......"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment