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
*
Fix iterator for issue #2438.
antirez
2015-03-04
1
-1
/
+1
*
Migrate: replace conditional with pre-computed value.
antirez
2015-02-27
1
-1
/
+1
*
String: use new sdigits10() API in stringObjectLen().
antirez
2015-02-27
1
-3
/
+1
*
Utils: Include stdint.h and fix signess in sdigits10().
antirez
2015-02-27
2
-1
/
+2
*
Hash: HSTRLEN crash fixed when getting len of int-encoded value
antirez
2015-02-27
1
-1
/
+1
*
Hash: HSTRLEN (was HVSTRLEN) improved.
antirez
2015-02-27
3
-12
/
+7
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2015-02-27
3
-0
/
+16
|
\
|
*
Merge pull request #2415 from landmime/unstable
Salvatore Sanfilippo
2015-02-27
3
-0
/
+16
|
|
\
|
|
*
added a new hvstrlen command
Jason Roth
2015-02-21
3
-0
/
+16
*
|
|
Hash: API to get value string len by field name.
antirez
2015-02-27
1
-1
/
+23
*
|
|
Utils: added function to get radix 10 string length of signed integer.
antirez
2015-02-27
2
-0
/
+14
|
/
/
*
|
server.current_client fix and minor refactoring.
antirez
2015-02-27
2
-17
/
+11
*
|
Improvements to PR #2425
antirez
2015-02-26
1
-10
/
+10
*
|
Add last_dbid to migrateCachedSocket to avoid redundant SELECT
Tommy Wang
2015-02-26
1
-23
/
+36
*
|
Cast sentlen to int before comparison wit bufpos.
antirez
2015-02-25
1
-1
/
+1
*
|
Merge pull request #2050 from mattsta/bitops-no-overalloc
Salvatore Sanfilippo
2015-02-25
2
-6
/
+4
|
\
\
|
*
|
Bitops: Stop overallocating storage space on set
Matt Stancliff
2014-12-11
2
-6
/
+4
*
|
|
Merge pull request #2054 from mattsta/fix-set-sentinel-quorum
Salvatore Sanfilippo
2015-02-25
1
-0
/
+6
|
\
\
\
|
*
|
|
Sentinel: Add initial quorum bounds check
Matt Stancliff
2014-11-20
1
-0
/
+6
*
|
|
|
Fix types broken by previous type cleanup
Matt Stancliff
2015-02-24
1
-4
/
+4
*
|
|
|
Merge pull request #2301 from mattsta/fix/lengths
Salvatore Sanfilippo
2015-02-24
8
-30
/
+30
|
\
\
\
\
|
*
|
|
|
Improve networking type correctness
Matt Stancliff
2015-01-19
5
-12
/
+13
|
*
|
|
|
Improve RDB type correctness
Matt Stancliff
2015-01-19
3
-18
/
+17
*
|
|
|
|
Merge pull request #1966 from mattsta/fix-sentinel-info
Salvatore Sanfilippo
2015-02-24
1
-7
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Sentinel: Improve INFO command behavior
Matt Stancliff
2014-12-11
1
-7
/
+13
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2273 from mattsta/improve/consistency/INFO/memory
Salvatore Sanfilippo
2015-02-24
1
-5
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Add maxmemory limit to INFO MEMORY
Matt Stancliff
2015-01-09
1
-4
/
+10
|
*
|
|
|
|
Improve consistency of INFO MEMORY fields
Matt Stancliff
2015-01-09
1
-1
/
+10
*
|
|
|
|
|
Merge pull request #2401 from mattsta/fix/quicklist/pop
Salvatore Sanfilippo
2015-02-24
1
-2
/
+13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix quicklist tests for Pop()
Matt Stancliff
2015-02-17
1
-1
/
+12
|
*
|
|
|
|
|
Fix quicklist Pop() result
John Doe
2015-02-17
1
-1
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Change RENAME behavior when src and dst keys are the same.
antirez
2015-02-23
1
-5
/
+9
|
/
/
/
/
/
*
|
|
|
|
Version bumped to 3.1.999 (3.2 alpha versions).
antirez
2015-02-14
1
-1
/
+1
*
|
|
|
|
redis-cli --latency-dist: one gray more, and --mono support.
antirez
2015-02-13
1
-7
/
+17
*
|
|
|
|
redis-cli --latency-dist, hopefully better palette.
antirez
2015-02-13
1
-2
/
+2
*
|
|
|
|
Extend memory unit support in CONFIG SET.
antirez
2015-02-12
1
-5
/
+5
*
|
|
|
|
Merge pull request #2357 from lamby/config-set-maxmemory-units
Salvatore Sanfilippo
2015-02-12
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Support "1G" etc. units in CONFIG SET maxmemory
Chris Lamb
2015-02-04
1
-2
/
+3
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Better memtoll() error checking.
antirez
2015-02-12
1
-5
/
+18
*
|
|
|
|
SPOP with count: fix replication for code path #3.
antirez
2015-02-11
1
-2
/
+10
*
|
|
|
|
SPOP: reimplemented for speed and better distribution.
antirez
2015-02-11
5
-301
/
+80
*
|
|
|
|
alsoPropagate: handle REDIS_CALL_PROPAGATE and AOF loading.
antirez
2015-02-11
1
-4
/
+9
*
|
|
|
|
Change alsoPropagate() behavior to make it more usable.
antirez
2015-02-11
2
-9
/
+24
*
|
|
|
|
SPOP with count: initial fixes to the implementation.
antirez
2015-02-11
3
-42
/
+54
*
|
|
|
|
Separate latency monitoring of eviction loop and eviction DELs.
antirez
2015-02-11
3
-2
/
+20
*
|
|
|
|
dict.c: reset emptylen when bucket is not empty.
antirez
2015-02-11
1
-0
/
+1
*
|
|
|
|
redis-cli --stat: show LOAD when loading.
antirez
2015-02-11
1
-0
/
+4
*
|
|
|
|
Remove optional single-key path from evictionPoolPopulate().
antirez
2015-02-11
1
-6
/
+0
*
|
|
|
|
dict.c: add dictGetSomeKeys(), specialized for eviction.
antirez
2015-02-11
3
-2
/
+95
*
|
|
|
|
dict.c: avoid code repetition in dictRehash().
antirez
2015-02-11
1
-11
/
+6
[next]