Update redis.conf
Browse files- redis.conf +1 -1
redis.conf
CHANGED
|
@@ -180,7 +180,7 @@ appendfsync always
|
|
| 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
|
|
|
|
| 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
|