Created
April 21, 2010 20:10
-
-
Save horatio-sans-serif/374334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/projects/redis-node-client(master) ⚡ node test/phillip.js | |
DEBUG: [ENQUEUE] Not connected. Request queued. There are 1 requests queued. | |
DEBUG: [CONNECT] | |
DEBUG: [FLUSH QUEUE] 1 queued request buffers. | |
DEBUG: [DEQUEUE/SEND] *3<CRLF>$3<CRLF>set<CRLF>$8<CRLF>test:foo<CRLF>$3<CRLF>bar<CRLF>. queued buffers remaining = 0 | |
DEBUG: [RECV] +OK<CRLF> | |
21 Apr 16:10:20 - set test:foo: true | |
DEBUG: [NO CONNECTION] | |
DEBUG: CLOSED -- false | |
21 Apr 16:10:25 - timeout fired | |
DEBUG: [ENQUEUE] Not connected. Request queued. There are 1 requests queued. | |
~/projects/redis-node-client(master) ⚡ node test/phillip.js | |
DEBUG: [ENQUEUE] Not connected. Request queued. There are 1 requests queued. | |
DEBUG: [CONNECT] | |
DEBUG: [FLUSH QUEUE] 1 queued request buffers. | |
DEBUG: [DEQUEUE/SEND] *3<CRLF>$3<CRLF>set<CRLF>$8<CRLF>test:foo<CRLF>$3<CRLF>bar<CRLF>. queued buffers remaining = 0 | |
DEBUG: [CONNECTION ERROR: Error: ECONNRESET, Connection reset by peer] | |
DEBUG: [RECONNECTING 1/2] | |
DEBUG: [WAIT 1000 ms] | |
DEBUG: [NO CONNECTION] | |
DEBUG: CLOSED -- true | |
DEBUG: [CONNECTION ERROR: Error: ECONNREFUSED, Connection refused] | |
DEBUG: [RECONNECTING 2/2] | |
DEBUG: [WAIT 2000 ms] | |
DEBUG: [NO CONNECTION] | |
DEBUG: CLOSED -- true | |
DEBUG: [CONNECTION ERROR: Error: ECONNREFUSED, Connection refused] | |
21 Apr 16:10:36 - set test:foo: Error: connection lost before reply received | |
DEBUG: [NO CONNECTION] | |
DEBUG: CLOSED -- true | |
21 Apr 16:10:37 - timeout fired | |
21 Apr 16:10:37 - get test:foo: Error: failed to establish a connection to Redis | |
21 Apr 16:10:37 - closing client |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/OpenSource/database/redis(master) ⚡ ./redis-server redis.conf | |
[6627] 21 Apr 16:10:16 * Server started, Redis version 1.3.8 | |
[6627] 21 Apr 16:10:16 * DB saved on disk | |
[6627] 21 Apr 16:10:16 * DB saved on disk | |
[6627] 21 Apr 16:10:16 * DB saved on disk | |
[6627] 21 Apr 16:10:19 * DB saved on disk | |
[6627] 21 Apr 16:10:19 * DB saved on disk | |
[6627] 21 Apr 16:10:19 * DB loaded from append only file: 3 seconds | |
[6627] 21 Apr 16:10:19 * The server is now ready to accept connections on port 6379 | |
[6627] 21 Apr 16:10:20 - DB 0: 3 keys (0 volatile) in 4 slots HT. | |
[6627] 21 Apr 16:10:20 - DB 10: 3 keys (0 volatile) in 4 slots HT. | |
[6627] 21 Apr 16:10:20 - DB 15: 5 keys (0 volatile) in 8 slots HT. | |
[6627] 21 Apr 16:10:20 - 0 clients connected (0 slaves), 1154736 bytes in use | |
[6627] 21 Apr 16:10:20 - Accepted 127.0.0.1:60669 | |
^C | |
~/OpenSource/database/redis(master) ⚡ ./redis-server redis.conf | |
[6636] 21 Apr 16:10:30 * Server started, Redis version 1.3.8 | |
[6636] 21 Apr 16:10:30 * DB saved on disk | |
[6636] 21 Apr 16:10:30 * DB saved on disk | |
[6636] 21 Apr 16:10:30 * DB saved on disk | |
^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment