index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ziplist implementation fuzzy tests
antirez
2010-09-24
1
-0
/
+53
|
/
*
Fix another test that sometimes returned the swapped object instead of encoding
Pieter Noordhuis
2010-09-13
1
-2
/
+2
*
Fix test that sometimes returned the swapped object instead of encoding
Pieter Noordhuis
2010-09-07
1
-2
/
+2
*
resolved conflict merging pietern/bpop-timeout
antirez
2010-08-31
1
-0
/
+22
|
\
|
*
Verify that the blocking pop timeout value is a non-negative integer
Pieter Noordhuis
2010-08-26
1
-0
/
+22
*
|
faster server starting in Redis tests
antirez
2010-08-31
2
-2
/
+2
*
|
Fix set tests to make sets have a deterministic encoding
Pieter Noordhuis
2010-08-31
1
-16
/
+21
*
|
BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty...
antirez
2010-08-30
1
-0
/
+11
*
|
SORT stress testing against bigger aggregate values
antirez
2010-08-26
1
-2
/
+4
|
/
*
Merge remote branch 'pietern/intset-split'
antirez
2010-08-26
2
-266
/
+408
|
\
|
*
Make SORT use the hybrid set accessors to allow sorting intsets
Pieter Noordhuis
2010-08-21
1
-0
/
+1
|
*
SORT tests with hash table encoded set as input
Pieter Noordhuis
2010-08-21
1
-0
/
+2
|
*
Make SORT tests use both ziplists and linked lists as input
Pieter Noordhuis
2010-08-21
1
-6
/
+14
|
*
Move SORT tests around
Pieter Noordhuis
2010-08-21
1
-134
/
+123
|
*
Check if stroll return value was clamped
Pieter Noordhuis
2010-08-20
1
-0
/
+6
|
*
Merge branch 'master' into intset-split
Pieter Noordhuis
2010-08-20
6
-133
/
+242
|
|
\
|
*
\
merged intset code into the split files
Pieter Noordhuis
2010-07-02
1
-132
/
+268
|
|
\
\
|
|
*
|
make sure sets have the right encoding when loaded from rdb
Pieter Noordhuis
2010-06-13
1
-0
/
+15
|
|
*
|
use max number of intset entries in tests and make SUNION/SINTER/SDIFF tests ...
Pieter Noordhuis
2010-06-13
1
-10
/
+30
|
|
*
|
small refactor of SMOVE and tests for SMOVE on sets with different encoding
Pieter Noordhuis
2010-06-13
1
-31
/
+66
|
|
*
|
intset encoding for sets, refactored set tests to test both encodings
Pieter Noordhuis
2010-06-12
1
-100
/
+166
*
|
|
|
added tests for invalid bulk argument
antirez
2010-08-24
1
-0
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
PERSIST: a fix and some basic test
antirez
2010-08-03
1
-0
/
+11
*
|
|
no longer passing tests due to the new write-on-volatile semantics modified/r...
antirez
2010-08-03
2
-15
/
+8
*
|
|
Merge remote branch 'pietern/list-test'
2.2-alpha0
antirez
2010-07-31
1
-87
/
+94
|
\
\
\
|
*
|
|
Use a large value to consistently trigger a list encoding,
Pieter Noordhuis
2010-07-29
1
-87
/
+94
*
|
|
|
Change getDoubleFromObject to fail on NaN.
Pieter Noordhuis
2010-07-29
1
-15
/
+21
*
|
|
|
Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
Pieter Noordhuis
2010-07-29
1
-0
/
+24
|
/
/
/
*
|
|
removed test code having bad effects...
antirez
2010-07-27
1
-1
/
+0
*
|
|
Consistency test improved
antirez
2010-07-27
1
-17
/
+51
*
|
|
STRLEN command implemented
antirez
2010-07-27
1
-0
/
+14
*
|
|
WATCH will now consider touched keys target of EXPIRE command after the WATCH...
antirez
2010-07-05
1
-0
/
+21
|
/
/
*
|
Merge remote branch 'pietern/zfixes'
antirez
2010-06-25
2
-18
/
+104
|
\
\
|
*
|
fix unexpected behavior on an out of range end index for LRANGE and LTRIM
Pieter Noordhuis
2010-06-24
1
-0
/
+11
|
*
|
fix behavior for out-of-range negative end index on ZREMRANGEBYRANK
Pieter Noordhuis
2010-06-15
1
-9
/
+33
|
*
|
more tests for zrange and zrevrange; fix behavior for out-of-range negative e...
Pieter Noordhuis
2010-06-15
1
-9
/
+60
*
|
|
more pub/sub tests
Pieter Noordhuis
2010-06-16
1
-27
/
+177
*
|
|
initial basic pub/sub tests
Pieter Noordhuis
2010-06-16
1
-0
/
+45
*
|
|
tests for BLPOP/BRPOP via an option in the tcl client that defers reading the...
Pieter Noordhuis
2010-06-15
1
-0
/
+93
|
/
/
*
|
rename "list" to "linkedlist" to be more verbose
Pieter Noordhuis
2010-06-14
1
-24
/
+24
*
|
change ltrim tests to cover all min/max cases and add stronger stresser
Pieter Noordhuis
2010-06-14
1
-21
/
+50
*
|
make LINSERT return -1 when the value could not be inserted
Pieter Noordhuis
2010-06-11
1
-4
/
+4
*
|
check if the list encoding needs to be changed on LPUSHX, RPUSHX, LINSERT
Pieter Noordhuis
2010-06-11
1
-52
/
+83
*
|
make sure the value to insert is string encoded
Pieter Noordhuis
2010-06-11
1
-0
/
+4
*
|
squashed merge from robey/twitter3: LINSERT BEFORE|AFTER, LPUSHX, RPUSHX
Robey Pointer
2010-06-11
1
-0
/
+48
|
/
*
generated tests for different encodings to avoid test code duplication
Pieter Noordhuis
2010-06-04
1
-259
/
+150
*
refactor list tests to test both encodings; implemented assert functions
Pieter Noordhuis
2010-06-04
1
-257
/
+389
*
tag test with sleep() as slow
Pieter Noordhuis
2010-06-03
1
-4
/
+6
*
tag more slow tests
Pieter Noordhuis
2010-06-03
2
-17
/
+21
*
scope res variable outside test
Pieter Noordhuis
2010-06-03
1
-1
/
+1
[prev]
[next]