]> git.saurik.com Git - redis.git/blobdiff - redis.conf
first implementation of HSET/HSET. More work needed
[redis.git] / redis.conf
index 1c72bc4aeaf40ad78da06b2bf0176167c391425b..2923a3aa4973aea3f778db2980bd1e5d64d1f260 100644 (file)
@@ -197,6 +197,10 @@ vm-enabled no
 #
 # Useless to say, the best kind of disk for a Redis swap file (that's accessed
 # at random) is a Solid State Disk (SSD).
+#
+# *** WARNING *** if you are using a shared hosting the default of putting
+# the swap file under /tmp is not secure. Create a dir with access granted
+# only to Redis user and configure Redis to create the swap file there.
 vm-swap-file /tmp/redis-%p.vm
 
 # vm-max-memory configures the VM to use at max the specified amount of