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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Security: Cross Protocol Scripting protection.
antirez
2016-08-03
3
-2
/
+27
*
Fix comment over 80 cols.
antirez
2016-08-03
1
-1
/
+1
*
Modules: initial draft for a testing module.
antirez
2016-08-03
3
-93
/
+235
*
Modules: StringAppendBuffer() and ability to retain strings.
antirez
2016-08-02
3
-5
/
+91
*
Fix a bug to delay bgsave while AOF rewrite in progress for replication
Qu Chen
2016-08-02
1
-1
/
+1
*
Remove extra "-" from ASCII horizontal bar in comment.
antirez
2016-08-02
2
-2
/
+2
*
Update linenoise to fix insecure redis-cli history file creation.
antirez
2016-07-29
1
-1
/
+6
*
Changelog format modified to be less verbose.
antirez
2016-07-28
1
-1
/
+5
*
Ability of slave to announce arbitrary ip/port to master.
antirez
2016-07-27
6
-17
/
+129
*
Multiple GEORADIUS bugs fixed.
antirez
2016-07-27
6
-21
/
+199
*
Replication: when possible start RDB saving ASAP.
antirez
2016-07-22
1
-2
/
+8
*
Sentinel: new test unit 07 that tests master down conditions.
antirez
2016-07-22
1
-0
/
+68
*
Sentinel: check Slave INFO state more often when disconnected.
antirez
2016-07-22
2
-3
/
+10
*
Avoid simultaneous RDB and AOF child process.
antirez
2016-07-21
4
-8
/
+51
*
Replication: start BGSAVE for replication always in replicationCron().
antirez
2016-07-21
1
-12
/
+15
*
Fix maxmemory shared integer check bug introduced with LFU.
antirez
2016-07-21
1
-1
/
+1
*
Volatile-ttl eviction policy implemented in terms of the pool.
antirez
2016-07-20
2
-48
/
+25
*
test-lru.rb: support for testing volatile-ttl policy.
antirez
2016-07-20
1
-14
/
+49
*
LFU: make counter log factor and decay time configurable.
lfu
antirez
2016-07-20
5
-14
/
+95
*
LFU: Use the LRU pool for the LFU algorithm.
antirez
2016-07-18
1
-36
/
+25
*
LFU: Fix bugs in frequency decay code.
antirez
2016-07-18
1
-2
/
+2
*
LFU: Initial naive eviction cycle.
antirez
2016-07-18
3
-4
/
+49
*
redis-cli LRU test mode: randomize value of key when setting.
antirez
2016-07-18
1
-1
/
+4
*
redis-cli LRU test mode: remove newline from key names.
antirez
2016-07-18
1
-1
/
+1
*
LFU: Redis object level implementation.
antirez
2016-07-15
5
-15
/
+142
*
LFU simulator: remove dead code.
antirez
2016-07-14
1
-5
/
+0
*
LRU simulator: fix new entry creation decr time.
antirez
2016-07-14
1
-1
/
+1
*
LRU simulator: fix new entry creation.
antirez
2016-07-14
1
-2
/
+2
*
LFU: Simulation of the algorithm planned for Redis.
antirez
2016-07-14
1
-0
/
+163
*
LRU: Make cross-database choices for eviction.
antirez
2016-07-13
3
-110
/
+161
*
LRU: cache SDS strings in the eviction pool.
antirez
2016-07-12
1
-13
/
+29
*
Move the struct evictionPoolEntry() into only file using it.
antirez
2016-07-12
2
-12
/
+22
*
Move prototype of evictionPoolAlloc() in server.h.
antirez
2016-07-12
2
-2
/
+3
*
LRU: use C99 variable len stack array in evictionPoolPopulate().
antirez
2016-07-12
1
-11
/
+1
*
redis-benchmark: new option to show server errors on stdout.
antirez
2016-07-12
1
-1
/
+17
*
Remove useless memmove() from freeMemoryIfNeeded().
antirez
2016-07-11
1
-7
/
+2
*
LRU: Fix output fixes to new test-lru.rb.
antirez
2016-07-11
1
-6
/
+6
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2016-07-11
1
-1
/
+1
|
\
|
*
redis_check_rdb(): the rio structure must be global.
antirez
2016-07-06
1
-1
/
+1
*
|
LRU: test-lru.rb improved in different ways.
antirez
2016-07-11
2
-98
/
+180
|
/
*
redis_check_rdb_main(): create shared objects only if needed.
antirez
2016-07-06
1
-1
/
+5
*
Fix redis_check_rdb() return value.
antirez
2016-07-06
1
-2
/
+3
*
Remove dead code from geohash_helper.c.
antirez
2016-07-06
1
-6
/
+0
*
Fix signess issue in geohashEstimateStepsByRadius().
antirez
2016-07-06
1
-1
/
+2
*
Fix definition of M_PI in geohash_helper.c.
antirez
2016-07-06
2
-1
/
+2
*
geohash.c and geohash_helper.c are part of Redis.
antirez
2016-07-06
7
-43
/
+12
*
Add expire.c and evict.c.
antirez
2016-07-06
2
-0
/
+718
*
Expire and LRU related code moved into different files.
antirez
2016-07-06
5
-633
/
+4
*
Makefile: don't build dependencies file for clean, distclean.
antirez
2016-07-06
1
-0
/
+3
*
Generate Makefile.dep at every build.
antirez
2016-07-06
3
-194
/
+6
[next]