Update redis.conf
Browse files- redis.conf +0 -24
redis.conf
CHANGED
@@ -174,27 +174,3 @@ appendonly no
|
|
174 |
appendfsync always
|
175 |
# appendfsync everysec
|
176 |
# appendfsync no
|
177 |
-
|
178 |
-
############################### ADVANCED CONFIG ###############################
|
179 |
-
|
180 |
-
# Glue small output buffers together in order to send small replies in a
|
181 |
-
# single TCP packet. Uses a bit more CPU but most of the times it is a win
|
182 |
-
# in terms of number of queries per second. Use 'yes' if unsure.
|
183 |
-
# glueoutputbuf yes
|
184 |
-
|
185 |
-
# Use object sharing. Can save a lot of memory if you have many common
|
186 |
-
# string in your dataset, but performs lookups against the shared objects
|
187 |
-
# pool so it uses more CPU and can be a bit slower. Usually it's a good
|
188 |
-
# idea.
|
189 |
-
#
|
190 |
-
# When object sharing is enabled (shareobjects yes) you can use
|
191 |
-
# shareobjectspoolsize to control the size of the pool used in order to try
|
192 |
-
# object sharing. A bigger pool size will lead to better sharing capabilities.
|
193 |
-
# In general you want this value to be at least the double of the number of
|
194 |
-
# very common strings you have in your dataset.
|
195 |
-
#
|
196 |
-
# WARNING: object sharing is experimental, don't enable this feature
|
197 |
-
# in production before of Redis 1.0-stable. Still please try this feature in
|
198 |
-
# your development environment so that we can test it better.
|
199 |
-
shareobjects no
|
200 |
-
shareobjectspoolsize 1024
|
|
|
174 |
appendfsync always
|
175 |
# appendfsync everysec
|
176 |
# appendfsync no
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|