127.0.0.1:6379> config get * 1) "dbfilename" 2) "dump.rdb" 3) "requirepass" 4) "" 5) "masterauth" 6) "" 7) "unixsocket" 8) "" 9) "logfile" 10) "/tmp/redis6379.log" 11) "pidfile" 12) "/tmp/redis6379.pid" 13) "maxmemory" 14) "3000000000" 15) "maxmemory-samples" 16) "5" 17) "timeout" 18) "0" 19) "tcp-keepalive" 20) "0" 21) "auto-aof-rewrite-percentage" 22) "100" 23) "auto-aof-rewrite-min-size" 24) "67108864" 25) "hash-max-ziplist-entries" 26) "512" 27) "hash-max-ziplist-value" 28) "64" 29) "list-max-ziplist-entries" 30) "512" 31) "list-max-ziplist-value" 32) "64" 33) "set-max-intset-entries" 34) "512" 35) "zset-max-ziplist-entries" 36) "128" 37) "zset-max-ziplist-value" 38) "64" 39) "hll-sparse-max-bytes" 40) "3000" 41) "lua-time-limit" 42) "5000" 43) "slowlog-log-slower-than" 44) "10000" 45) "slowlog-max-len" 46) "128" 47) "port" 48) "6379" 49) "tcp-backlog" 50) "511" 51) "databases" 52) "16" 53) "repl-ping-slave-period" 54) "10" 55) "repl-timeout" 56) "60" 57) "repl-backlog-size" 58) "1048576" 59) "repl-backlog-ttl" 60) "3600" 61) "maxclients" 62) "10000" 63) "watchdog-period" 64) "0" 65) "slave-priority" 66) "100" 67) "min-slaves-to-write" 68) "0" 69) "min-slaves-max-lag" 70) "10" 71) "hz" 72) "10" 73) "cluster-node-timeout" 74) "15000" 75) "cluster-migration-barrier" 76) "1" 77) "cluster-slave-validity-factor" 78) "10" 79) "no-appendfsync-on-rewrite" 80) "no" 81) "slave-serve-stale-data" 82) "yes" 83) "slave-read-only" 84) "yes" 85) "stop-writes-on-bgsave-error" 86) "yes" 87) "daemonize" 88) "yes" 89) "rdbcompression" 90) "yes" 91) "rdbchecksum" 92) "yes" 93) "activerehashing" 94) "yes" 95) "repl-disable-tcp-nodelay" 96) "no" 97) "aof-rewrite-incremental-fsync" 98) "yes" 99) "appendonly" 100) "no" 101) "dir" 102) "/bitauto/cwhtest" 103) "maxmemory-policy" 104) "noeviction" 105) "appendfsync" 106) "everysec" 107) "save" 108) "" 109) "loglevel" 110) "notice" 111) "client-output-buffer-limit" 112) "normal 0 0 0 slave 268435456 67108864 60 pubsub 33554432 8388608 60" 113) "unixsocketperm" 114) "0" 115) "slaveof" 116) "192.168.1.151 6379" 117) "notify-keyspace-events" 118) "" 119) "bind" 120) ""