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
*
diskstore more fixes
antirez
2011-01-03
5
-16
/
+75
*
comments on top of dscache.c updated
antirez
2011-01-03
1
-63
/
+18
*
diskstore FLUSH* fixed
antirez
2011-01-03
1
-2
/
+7
*
diskstore bug fixing and negative cache proper implementation
antirez
2011-01-03
4
-26
/
+53
*
FLUSHALL / FLUSHDB for diskstore implemented
antirez
2011-01-03
4
-5
/
+56
*
fixed cache-flush-delay configuration parsing
antirez
2011-01-02
1
-1
/
+1
*
fixed a bug in diskstore
antirez
2011-01-02
3
-60
/
+9
*
diskstore race condition fixed
antirez
2011-01-02
1
-0
/
+24
*
minor comment change of dscache.c
antirez
2011-01-01
1
-0
/
+4
*
blocking load fixed with the new design
antirez
2011-01-01
1
-5
/
+11
*
implemented a different approach to IO scheduling, so object->storage is no l...
antirez
2011-01-01
7
-156
/
+190
*
minor changes to doc and comments
antirez
2010-12-31
3
-72
/
+28
*
negative caching implemented
antirez
2010-12-31
4
-28
/
+102
*
don't overload the IO job queue if there are alrady too much entries
antirez
2010-12-31
2
-1
/
+16
*
major bug and a dead lock fixed
antirez
2010-12-31
2
-7
/
+19
*
brainstorming with myself in dscache.c comments
antirez
2010-12-31
1
-0
/
+23
*
blocking load of keys on lookup -- nor tested, nor finished
antirez
2010-12-31
2
-7
/
+27
*
short but important comment added
antirez
2010-12-30
1
-1
/
+3
*
handled DEL command as a special optimized case for disk store
antirez
2010-12-30
4
-5
/
+34
*
diskstore cache bug fixing
antirez
2010-12-30
3
-4
/
+19
*
don't use small shared integer objects when disk store is enabled
antirez
2010-12-30
4
-8
/
+17
*
added cache-flush-delay configuration directive. Don't BGSAVE when using disk...
antirez
2010-12-30
2
-1
/
+4
*
fixed bugs on diskstore cache
antirez
2010-12-30
1
-3
/
+7
*
filesystem based KV store mostly implemented in diskstore.c
antirez
2010-12-30
4
-10
/
+73
*
new gitingore
antirez
2010-12-30
1
-0
/
+1
*
more work done for diskstore without trying to compile, more work needed to b...
antirez
2010-12-30
7
-22
/
+104
*
fixed a few bugs in DS store, now it's somewhat about able to reply to 'GET f...
antirez
2010-12-30
3
-9
/
+8
*
disk store logged messages improved
antirez
2010-12-29
4
-3
/
+8
*
diskstore directory structure creation
antirez
2010-12-29
3
-3
/
+33
*
cron part of disk store object cache implemented. Objects are pushed as IO jo...
antirez
2010-12-29
3
-5
/
+65
*
touched key for WATCH refactored into a more general thing that can be used a...
antirez
2010-12-29
12
-91
/
+96
*
version set to 2.3.0
antirez
2010-12-29
2
-2
/
+2
*
more step forwards for disk store to be able to run
antirez
2010-12-29
4
-103
/
+63
*
implemented complete job handling
antirez
2010-12-29
1
-60
/
+6
*
still more work for diskstore
antirez
2010-12-29
2
-63
/
+12
*
more work converting vm into object cache
antirez
2010-12-28
3
-204
/
+31
*
removed parts of VM that probably will be of no use with object cache
antirez
2010-12-28
1
-307
/
+1
*
a lot of code reworked/removed to implement object caching
antirez
2010-12-28
8
-175
/
+76
*
initial changes needed to turn the current VM code into a cache system. Tons ...
antirez
2010-12-28
4
-75
/
+43
*
added diskstore.c in Makefile and prototypes in redis.h
antirez
2010-12-28
3
-10
/
+87
*
added diskstore.c, currently just a stub
antirez
2010-12-26
1
-0
/
+110
*
added mkrelease.sh script into utils. gitignore modified accordingly since th...
antirez
2010-12-20
2
-1
/
+14
*
Merge branch 'master' of github.com:antirez/redis
antirez
2010-12-20
3
-33
/
+11
|
\
|
*
help.h updated
antirez
2010-12-19
2
-12
/
+43
|
*
removed some dead code, added evicted keys counter separated from expired keys.
antirez
2010-12-19
2
-32
/
+5
|
*
overflow detection in INCR family functions
antirez
2010-12-19
1
-1
/
+6
*
|
TODO udpated
antirez
2010-12-20
1
-48
/
+26
*
|
help.h updated
2.2.0-rc1
antirez
2010-12-15
2
-12
/
+43
|
/
*
added the mandatory Cheers in the release notes
antirez
2010-12-15
1
-0
/
+3
*
release notes, info on 2.0 compatibility
antirez
2010-12-15
1
-0
/
+2
[next]