Advertisement
Guest User

Untitled

a guest
May 9th, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1.  
  2. [replication-13] Sending RDB file...
  3. [replication-13] master: Sent bytes: "$88\r\nREDIS0011\xfa\tredis-ver\x057.2.0\xfa\nredis-bits\xc0@\xfa\x05ctime\xc2m\b\xbce\xfa\bused-mem°\xc4\x10\x00\xfa\baof-base\xc0\x00\xff\xf0n;\xfe\xc0\xffZ\xa2"
  4. [replication-13] Sent RDB file.
  5. [your_program] Unknown type: +Client connected: [::1]:6379
  6. [your_program] slave Invalid request, expected array, got: { 0 [] 0 false}
  7. [replication-13] master: $ redis-cli SET foo 123
  8. [replication-13] master: Sent bytes: "*3\r\n$3\r\nSET\r\n$3\r\nfoo\r\n$3\r\n123\r\n"
  9. [replication-13] master: $ redis-cli SET bar 456
  10. [replication-13] master: Sent bytes: "*3\r\n$3\r\nSET\r\n$3\r\nbar\r\n$3\r\n456\r\n"
  11. [replication-13] master: $ redis-cli SET baz 789
  12. [replication-13] master: Sent bytes: "*3\r\n$3\r\nSET\r\n$3\r\nbaz\r\n$3\r\n789\r\n"
  13. [replication-13] Getting key foo
  14. [replication-13] client: $ redis-cli GET foo
  15. [replication-13] client: Sent bytes: "*2\r\n$3\r\nGET\r\n$3\r\nfoo\r\n"
  16. [replication-13] client: Received bytes: "$-1\r\n"
  17. [replication-13] client: Received RESP value: NIL
  18. [your_program] Client connected: [::1]:6379
  19. [your_program] slave Invalid request, expected array, got: {bulk 0 REDIS0011� redis-ver7.2.0�
  20. [your_program] redis-bits�@�ctime��eused-mem°�aof-base���n;���Z� [] 0 false}
  21. [your_program] Client connected: [::1]:6379
  22. [your_program] slave received: SET [{bulk 0 bar [] 0 false} {bulk 0 456 [] 0 false}] result: {string OK 0 [] 0 false}
  23. [your_program] slave DB VALUE: map[bar:{string 456 0 [] 0 false}]
  24. [your_program] Client connected: [::1]:6379
  25. [your_program] slave received: SET [{bulk 0 baz [] 0 false} {bulk 0 789 [] 0 false}] result: {string OK 0 [] 0 false}
  26. [your_program] slave DB VALUE: map[bar:{string 456 0 [] 0 false} baz:{string 789 0 [] 0 false}]
  27. [your_program] Client connected: [::1]:46588
  28. [your_program] slave received: GET [{bulk 0 foo [] 0 false}] result: {null 0 [] 0 false}
  29. [your_program] slave DB VALUE: map[bar:{string 456 0 [] 0 false} baz:{string 789 0 [] 0 false}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement