Guest User

Untitled

a guest
Jul 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. rv-mjr2:~/work/node_redis (master)$ node examples/example.js
  2. Queueing set for next server connection.
  3. Queueing get for next server connection.
  4. Stream connected
  5. Sending offline command: set
  6. send command: *3
  7. $3
  8. set
  9. $8
  10. some key
  11. $30
  12. Some value
  13. And another value.
  14.  
  15. Sending offline command: get
  16. send command: *2
  17. $3
  18. get
  19. $8
  20. some key
  21.  
  22. on_data: +OK
  23. $30
  24. Some value
  25. And another value.
  26.  
  27. no callback for reply: OK
  28. Result: (Some value
  29. And another value.)
  30. <Buffer 53 6f 6d 65 20 76 61 6c 75 65 0d 0a 41 6e 64 20 61 6e 6f 74 68 65 72 20 76 61 6c 75 65 2e>
Add Comment
Please, Sign In to add comment