Skip to content

Commit 4f459c3

Browse files
gohanlondefunkt
authored andcommitted
remove directives from redis-test.conf that are no longer allowed by Redis (allows tests to be run against Redis 2.0.0-rc1; earlier versions of Redis should be unaffected)
1 parent 9a59289 commit 4f459c3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/redis-test.conf

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,3 @@ databases 16
113113
# single TCP packet. Uses a bit more CPU but most of the times it is a win
114114
# in terms of number of queries per second. Use 'yes' if unsure.
115115
glueoutputbuf yes
116-
117-
# Use object sharing. Can save a lot of memory if you have many common
118-
# string in your dataset, but performs lookups against the shared objects
119-
# pool so it uses more CPU and can be a bit slower. Usually it's a good
120-
# idea.
121-
#
122-
# When object sharing is enabled (shareobjects yes) you can use
123-
# shareobjectspoolsize to control the size of the pool used in order to try
124-
# object sharing. A bigger pool size will lead to better sharing capabilities.
125-
# In general you want this value to be at least the double of the number of
126-
# very common strings you have in your dataset.
127-
#
128-
# WARNING: object sharing is experimental, don't enable this feature
129-
# in production before of Redis 1.0-stable. Still please try this feature in
130-
# your development environment so that we can test it better.
131-
shareobjects no
132-
shareobjectspoolsize 1024

0 commit comments

Comments
 (0)