X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/8ca3e9d10b013263a5356c81882b00e619a88720..c8d0ea0ef1df7b64a23f992f370db5f70f343891:/redis.conf diff --git a/redis.conf b/redis.conf index c9ff26cf..909f03bf 100644 --- a/redis.conf +++ b/redis.conf @@ -1,5 +1,17 @@ # Redis configuration file example +# Note on units: when memory size is needed, it is possible to specifiy +# it in the usual form of 1k 5GB 4M and so forth: +# +# 1k => 1000 bytes +# 1kb => 1024 bytes +# 1m => 1000000 bytes +# 1mb => 1024*1024 bytes +# 1g => 1000000000 bytes +# 1gb => 1024*1024*1024 bytes +# +# units are case insensitive so 1GB 1Gb 1gB are all the same. + # By default Redis does not run as a daemon. Use 'yes' if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. daemonize no