-
Notifications
You must be signed in to change notification settings - Fork 1
/
stdout
44 lines (43 loc) · 3.36 KB
/
stdout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[3884] 01 Aug 11:39:15.035 * Increased maximum number of open files to 10032 (it was originally set to 1024).
[3884] 01 Aug 11:39:15.036 # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB maxmemory limit with 'noeviction' policy now.
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 2.8.20 (00000000/0) 32 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in stand alone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 3884
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
[3884] 01 Aug 11:39:15.079 # Server started, Redis version 2.8.20
[3884] 01 Aug 11:39:15.079 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
[3884] 01 Aug 11:39:15.079 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
[3884] 01 Aug 11:39:15.079 * The server is now ready to accept connections on port 6379
[3884] 01 Aug 11:39:16.038 - 0 clients connected (0 slaves), 575320 bytes in use
[3884] 01 Aug 11:39:21.046 - 0 clients connected (0 slaves), 575320 bytes in use
[3884] 01 Aug 11:39:26.057 - 0 clients connected (0 slaves), 575320 bytes in use
[3884] 01 Aug 11:39:26.713 - Accepted 127.0.0.1:40814
[3884] 01 Aug 11:39:31.073 - DB 0: 1 keys (0 volatile) in 4 slots HT.
[3884] 01 Aug 11:39:31.073 - 1 clients connected (0 slaves), 596176 bytes in use
[3884] 01 Aug 11:39:36.085 - DB 0: 1 keys (0 volatile) in 4 slots HT.
[3884] 01 Aug 11:39:36.086 - 1 clients connected (0 slaves), 596176 bytes in use
[3884] 01 Aug 11:39:41.098 - DB 0: 1 keys (0 volatile) in 4 slots HT.
[3884] 01 Aug 11:39:41.099 - 1 clients connected (0 slaves), 596176 bytes in use
[3884] 01 Aug 11:39:46.114 - DB 0: 2 keys (0 volatile) in 4 slots HT.
[3884] 01 Aug 11:39:46.116 - 1 clients connected (0 slaves), 596208 bytes in use
[3884] 01 Aug 11:39:51.125 - DB 0: 2 keys (0 volatile) in 4 slots HT.
[3884] 01 Aug 11:39:51.126 - 1 clients connected (0 slaves), 596208 bytes in use
[3884 | signal handler] (1438400395) Received SIGINT scheduling shutdown...
[3884] 01 Aug 11:39:55.234 # User requested shutdown...
[3884] 01 Aug 11:39:55.234 * Calling fsync() on the AOF file.
[3884] 01 Aug 11:39:55.235 * Saving the final RDB snapshot before exiting.
[3884] 01 Aug 11:39:55.236 * DB saved on disk
[3884] 01 Aug 11:39:55.237 # Redis is now ready to exit, bye bye...