Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [replication-13] Sending RDB file...
- [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"
- [replication-13] Sent RDB file.
- [your_program] Unknown type: +Client connected: [::1]:6379
- [your_program] slave Invalid request, expected array, got: { 0 [] 0 false}
- [replication-13] master: $ redis-cli SET foo 123
- [replication-13] master: Sent bytes: "*3\r\n$3\r\nSET\r\n$3\r\nfoo\r\n$3\r\n123\r\n"
- [replication-13] master: $ redis-cli SET bar 456
- [replication-13] master: Sent bytes: "*3\r\n$3\r\nSET\r\n$3\r\nbar\r\n$3\r\n456\r\n"
- [replication-13] master: $ redis-cli SET baz 789
- [replication-13] master: Sent bytes: "*3\r\n$3\r\nSET\r\n$3\r\nbaz\r\n$3\r\n789\r\n"
- [replication-13] Getting key foo
- [replication-13] client: $ redis-cli GET foo
- [replication-13] client: Sent bytes: "*2\r\n$3\r\nGET\r\n$3\r\nfoo\r\n"
- [replication-13] client: Received bytes: "$-1\r\n"
- [replication-13] client: Received RESP value: NIL
- [your_program] Client connected: [::1]:6379
- [your_program] slave Invalid request, expected array, got: {bulk 0 REDIS0011� redis-ver7.2.0�
- [your_program] redis-bits�@�ctime��eused-mem°�aof-base���n;���Z� [] 0 false}
- [your_program] Client connected: [::1]:6379
- [your_program] slave received: SET [{bulk 0 bar [] 0 false} {bulk 0 456 [] 0 false}] result: {string OK 0 [] 0 false}
- [your_program] slave DB VALUE: map[bar:{string 456 0 [] 0 false}]
- [your_program] Client connected: [::1]:6379
- [your_program] slave received: SET [{bulk 0 baz [] 0 false} {bulk 0 789 [] 0 false}] result: {string OK 0 [] 0 false}
- [your_program] slave DB VALUE: map[bar:{string 456 0 [] 0 false} baz:{string 789 0 [] 0 false}]
- [your_program] Client connected: [::1]:46588
- [your_program] slave received: GET [{bulk 0 foo [] 0 false}] result: {null 0 [] 0 false}
- [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