diff options
author | antirez <antirez@gmail.com> | 2010-01-05 07:19:09 -0500 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-01-05 07:19:09 -0500 |
commit | a35ddf129c477ecced24220d0e3eb3f5c84163dd (patch) | |
tree | 29ea11962860b125eae2fc6262ee217c0a903c3d /redis.conf | |
parent | 3a66edc7a43c3b32de1e9f609ddcc9d2c0fd4c2b (diff) | |
download | redis-a35ddf129c477ecced24220d0e3eb3f5c84163dd.tar.gz |
more object-level VM primitives
Diffstat (limited to 'redis.conf')
-rw-r--r-- | redis.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf index c1a1f7f12..5c8ef93d9 100644 --- a/redis.conf +++ b/redis.conf @@ -164,6 +164,10 @@ appendfsync always # appendfsync everysec # appendfsync no +################################ VIRTUAL MEMORY ############################### + +vm-enabled yes + ############################### ADVANCED CONFIG ############################### # Glue small output buffers together in order to send small replies in a |