Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. root@hapod-950000-1:/home/vagrant$ echo -e 'get __mcrouter__.options' | nc localhost 5000 | grep enable_flush
  2. enable_flush_cmd 1
  3. root@hapod-950000-1:/home/vagrant$ echo -e 'set test_key 0 60 11\r\nhello world\r' | nc localhost 5000
  4. STORED
  5. root@hapod-950000-1:/home/vagrant$ echo -e 'flush_all' | nc localhost 5000
  6. SERVER_ERROR Command disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement