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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Streams: fix TYPE for stream type.
antirez
2017-12-01
1
-0
/
+1
|
*
|
Streams: move ID ms/seq separator from '.' to '-'
antirez
2017-12-01
1
-4
/
+4
|
*
|
Streams: fix XADD + MAXLEN propagation due to var shadowing.
antirez
2017-12-01
1
-4
/
+4
|
*
|
Streams: fix memory leak in streamTrimByLength().
antirez
2017-12-01
1
-0
/
+1
|
*
|
Streams: fix streamTrimByLength() standalone items skipping.
antirez
2017-12-01
1
-1
/
+1
|
*
|
Streams: XADD MAXLEN implementation.
antirez
2017-12-01
1
-3
/
+129
|
*
|
Streams: reduce listpack max size to 2k to speedup range queries.
antirez
2017-12-01
1
-1
/
+1
|
*
|
Streams: delta encode IDs based on key. Add count + deleted fields.
antirez
2017-12-01
2
-39
/
+61
|
*
|
Streams: specify better how the master enty works.
antirez
2017-12-01
1
-1
/
+25
|
*
|
Streams: items compression implemented.
antirez
2017-12-01
2
-34
/
+142
|
*
|
Streams: fixed memory leaks when blocking again for same stream.
antirez
2017-12-01
1
-1
/
+4
|
*
|
Streams: AOF rewriting + minor iterator improvements.
antirez
2017-12-01
2
-5
/
+42
|
*
|
Streams: export iteration API.
antirez
2017-12-01
3
-24
/
+31
|
*
|
Streams: implement streamReplyWithRange() in terms of the iterator.
antirez
2017-12-01
1
-66
/
+23
|
*
|
Streams: stream iteration refactoring, WIP 2.
antirez
2017-12-01
1
-0
/
+19
|
*
|
Streams: stream iteration refactoring, WIP 1.
antirez
2017-12-01
1
-0
/
+114
|
*
|
Streams: fix bug in XREAD last received ID processing.
antirez
2017-12-01
1
-2
/
+3
|
*
|
Streams: fix memory leak in freeStream().
antirez
2017-12-01
1
-0
/
+1
|
*
|
Streams: rewrite XADD ID argument for AOF/slaves.
antirez
2017-12-01
1
-0
/
+10
|
*
|
Streams: fix XADD API and keyspace notifications.
antirez
2017-12-01
4
-12
/
+75
|
*
|
Streams: When XREAD blocks without COUNT, set a default one.
antirez
2017-12-01
1
-0
/
+6
|
*
|
Streams: fix handleClientsBlockedOnKeys() access to invalid ID.
antirez
2017-12-01
1
-1
/
+4
|
*
|
Streams: fix XREAD ready-key signaling.
antirez
2017-12-01
5
-7
/
+14
|
*
|
Streams: fix XREAD timeout handling, zero is valid.
antirez
2017-12-01
1
-2
/
+2
|
*
|
Streams: XREAD related code to serve blocked clients.
antirez
2017-12-01
2
-1
/
+50
|
*
|
Streams: XREAD ability to block fixed.
antirez
2017-12-01
2
-5
/
+4
|
*
|
Streams: synchronous xread fixes and improvements.
antirez
2017-12-01
1
-7
/
+22
|
*
|
Streams: XREAD get-key method fixed.
antirez
2017-12-01
1
-4
/
+6
|
*
|
Streams: XREAD get-keys method.
antirez
2017-12-01
3
-0
/
+31
|
*
|
Streams: XREAD, first draft. Handling of blocked clients still missing.
antirez
2017-12-01
1
-10
/
+46
|
*
|
Streams: XREAD arguments parsing.
antirez
2017-12-01
1
-0
/
+72
|
*
|
Streams: augment client.bpop with XREAD specific fields.
antirez
2017-12-01
4
-0
/
+18
|
*
|
Streams: more internal preparation for blocking XREAD.
antirez
2017-12-01
3
-12
/
+28
|
*
|
Streams: initial work to use blocking lists logic for streams XREAD.
antirez
2017-12-01
6
-215
/
+234
|
*
|
Streams: implement stream object release.
antirez
2017-12-01
5
-5
/
+25
|
*
|
Streams: XLEN command.
antirez
2017-12-01
3
-0
/
+11
|
*
|
Streams: Save stream->length in RDB.
antirez
2017-12-01
1
-1
/
+7
|
*
|
Streams: change listpack allocator to zmalloc.
antirez
2017-12-01
1
-3
/
+4
|
*
|
Streams: RDB loading. RDB saving modified.
antirez
2017-12-01
1
-0
/
+40
|
*
|
Streams: RDB saving.
antirez
2017-12-01
5
-2
/
+29
|
*
|
Streams: assign value of 6 to OBJ_STREAM + some refactoring.
antirez
2017-12-01
3
-10
/
+17
|
*
|
Streams: 12 commits squashed into the initial Streams implementation.
antirez
2017-12-01
12
-10
/
+1323
|
*
|
PSYNC2: Fix off by one buffer size in luaCreateFunction().
antirez
2017-11-30
1
-1
/
+1
|
*
|
PSYNC2: just store script bodies into RDB.
antirez
2017-11-30
2
-30
/
+19
|
*
|
PSYNC2: luaCreateFunction() should handle NULL client parameter.
antirez
2017-11-30
1
-5
/
+10
|
*
|
PSYNC2: Save Lua scripts state into RDB file.
antirez
2017-11-30
2
-0
/
+48
|
*
|
Prevent corruption of server.executable after DEBUG RESTART.
antirez
2017-11-30
1
-0
/
+2
|
*
|
Be more verbose when DEBUG RESTART fails.
antirez
2017-11-30
1
-3
/
+16
|
*
|
Merge branch 'lfu-fixes' into unstable
antirez
2017-11-29
6
-26
/
+175
|
|
\
\
|
|
*
|
LFU: Fix LFUDecrAndReturn() to just decrement.
antirez
2017-11-28
1
-13
/
+3
[prev]
[next]