summaryrefslogtreecommitdiff
path: root/tests/assets
Commit message (Collapse)AuthorAgeFilesLines
* Test: remove useless statements and comments from test default config.antirez2013-04-041-324/+1
|
* Test: No clients timeout while testing.antirez2013-02-051-1/+1
|
* Keyspace notifications: fixed a leak and a bug introduced in the latest commit.antirez2013-01-281-1/+1
|
* Keyspace events: it is now possible to select subclasses of events.antirez2013-01-281-1/+1
| | | | | | | | | When keyspace events are enabled, the overhead is not sever but noticeable, so this commit introduces the ability to select subclasses of events in order to avoid to generate events the user is not interested in. The events can be selected using redis.conf or CONFIG SET / GET.
* Enable keyspace events notification when testing.antirez2013-01-281-0/+3
|
* fix typos in tests/assets/default.confXiaochen Wang2012-03-291-2/+2
|
* RDB load of different encodings test added.antirez2012-03-231-0/+0
|
* hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.antirez2012-03-101-2/+2
|
* Test that zipmap from RDB is correctly convertedPieter Noordhuis2012-01-251-0/+0
|
* diskstore removedantirez2011-06-251-26/+0
|
* initial fix of the test suite to run both in in-memory and diskstore modeantirez2011-01-091-17/+131
|
* diskstore more fixesantirez2011-01-031-1/+1
|
* fixed a bug in diskstoreantirez2011-01-021-56/+4
|
* code to enable running tests with the vm enabledPieter Noordhuis2010-05-201-7/+3
|
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+312