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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test: fix RDB test checking file permissions.
antirez
2013-04-23
1
-11
/
+24
*
Test: split conceptually unrelated comments in RDB test.
antirez
2013-04-22
1
-1
/
+3
*
Test: remove useless statements and comments from test default config.
antirez
2013-04-04
1
-324
/
+1
*
Test: Extended SET tests.
antirez
2013-03-28
1
-0
/
+42
*
Test: regression test for issue #1026.
antirez
2013-03-28
1
-0
/
+10
*
Test: verify that lazy-expire works.
antirez
2013-03-28
1
-0
/
+18
*
Test: test replication of MULTI/EXEC.
antirez
2013-03-27
1
-0
/
+54
*
Test: Restore DB back to 9 after testing MULTI/EXEC with DB 5.
antirez
2013-03-27
1
-1
/
+4
*
Test: new functions to capture and analyze the replication stream.
antirez
2013-03-27
1
-0
/
+53
*
Test: obuf-limits test false positive removed.
antirez
2013-03-25
1
-1
/
+1
*
Test: make sure broken RDB checksum is detected.
antirez
2013-03-13
1
-0
/
+19
*
Test: more RDB loading checks.
antirez
2013-03-13
1
-0
/
+32
*
Test: check that Redis starts empty without an RDB file.
antirez
2013-03-12
1
-0
/
+7
*
Return a specific NOAUTH error if authentication is required.
antirez
2013-02-12
2
-3
/
+3
*
Test: avoid false positives in CLIENT SETNAME closed connection test.
antirez
2013-02-12
1
-2
/
+6
*
Test: No clients timeout while testing.
antirez
2013-02-05
1
-1
/
+1
*
Merge pull request #906 from jbergstroem/tclsh-agnostic
Salvatore Sanfilippo
2013-02-05
3
-3
/
+8
|
\
|
*
Use `info nameofexectuable` to find current executable
Johan Bergström
2013-01-24
3
-3
/
+6
|
*
Enforce tcl 8.5 or newer
Johan Bergström
2013-01-24
1
-0
/
+2
*
|
Tests for keyspace notifications.
antirez
2013-01-28
1
-1
/
+155
*
|
Keyspace notifications: fixed a leak and a bug introduced in the latest commit.
antirez
2013-01-28
1
-1
/
+1
*
|
Keyspace events: it is now possible to select subclasses of events.
antirez
2013-01-28
1
-1
/
+1
*
|
Enable keyspace events notification when testing.
antirez
2013-01-28
1
-0
/
+3
|
/
*
UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply.
antirez
2013-01-21
1
-1
/
+11
*
Slowlog: don't log EXEC but just the executed commands.
antirez
2013-01-19
1
-0
/
+12
*
Fixed many typos.
guiquanz
2013-01-19
1
-1
/
+1
*
Tests for CLIENT GETNAME/SETNAME.
antirez
2013-01-15
1
-0
/
+33
*
Test: added regression for issue #872.
antirez
2013-01-10
1
-7
/
+27
*
Test: fixed osx "leaks" support in test.
antirez
2012-12-03
1
-1
/
+3
*
Test: regression for issue #801.
antirez
2012-12-02
1
-0
/
+21
*
SDIFF is now able to select between two algorithms for speed.
antirez
2012-11-30
1
-3
/
+4
*
SDIFF fuzz test added.
antirez
2012-11-30
1
-0
/
+26
*
Make an EXEC test more latency proof.
antirez
2012-11-29
1
-2
/
+2
*
EVALSHA is now case insensitive.
antirez
2012-11-22
1
-0
/
+4
*
Test: MULTI state is cleared after EXECABORT error.
antirez
2012-11-22
1
-0
/
+11
*
Test: make sure EXEC fails after previous transaction errors.
antirez
2012-11-22
1
-0
/
+28
*
Test: MULTI/EXEC tests moved into multi.tcl.
antirez
2012-11-22
3
-49
/
+49
*
Merge branch 'migrate-cache' into unstable
antirez
2012-11-14
2
-3
/
+24
|
\
|
*
Test: more MIGRATE tests.
antirez
2012-11-14
2
-22
/
+24
|
*
Test: check if MIGRATE is caching connections.
antirez
2012-11-14
1
-0
/
+19
*
|
TTL API change: TTL returns -2 for non existing keys.
antirez
2012-11-12
1
-1
/
+19
|
/
*
COPY and REPLACE options for MIGRATE.
antirez
2012-11-07
1
-0
/
+41
*
REPLACE option for RESTORE.
antirez
2012-11-07
1
-0
/
+16
*
Type mismatch errors are now prefixed with WRONGTYPE.
antirez
2012-11-06
4
-25
/
+25
*
fix a typo in a comment
YAMAMOTO Takashi
2012-10-24
1
-1
/
+1
*
Differentiate SCRIPT KILL error replies.
antirez
2012-10-22
1
-1
/
+1
*
"SORT by nosort" (skip sorting) respect sorted set ordering.
antirez
2012-10-03
1
-0
/
+41
*
Revert "Scripting: redis.NIL to return nil bulk replies."
antirez
2012-10-01
1
-4
/
+0
*
Scripting: redis.NIL to return nil bulk replies.
antirez
2012-09-28
1
-0
/
+4
*
Test for SRANDMEMBER with <count>.
antirez
2012-09-21
1
-0
/
+112
[next]