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
/
rdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge upstream 2.6.14.
2.6.14-1
Yossi Gottlieb
2013-06-23
1
-6
/
+6
|
\
|
*
Throttle BGSAVE attempt on saving error.
antirez
2013-04-02
1
-0
/
+1
|
*
rdbLoad(): rework code to save vertical space.
antirez
2013-03-13
1
-4
/
+2
|
*
Abort when opening the RDB file results in an error other than ENOENT.
Damian Janowski
2013-03-13
1
-1
/
+0
*
|
Periodic fsync on aof rewrite and rdb snapshots to avoid high IO stalls when ...
yoav
2013-03-27
1
-1
/
+1
*
|
Added optional db selection to BGSAVETO command.
yoav
2013-03-20
1
-6
/
+17
*
|
Merge upstream Redis 2.6.9.
2.6.9-1
Yossi Gottlieb
2013-01-27
1
-5
/
+10
|
\
\
|
|
/
|
*
Whitelist SIGUSR1 to avoid auto-triggering errors.
antirez
2013-01-19
1
-1
/
+4
|
*
Fixed many typos.
guiquanz
2013-01-19
1
-5
/
+5
*
|
Add scripting persistence and better replication support.
Yossi Gottlieb
2013-01-11
1
-0
/
+40
*
|
Fix indent typo error.
Yossi Gottlieb
2013-01-10
1
-1
/
+1
*
|
Added io checks when writing checksum into rdb.
yoav
2012-12-31
1
-6
/
+6
*
|
Ignore special db version key when merging rdb's.
yoav
2012-12-30
1
-6
/
+9
*
|
Fix warning in rdb-merger build.
yoav
2012-12-24
1
-1
/
+1
*
|
Merge branch 'garantia-2.6' of https://github.com/GarantiaData/redis into gar...
yoav
2012-12-24
1
-9
/
+93
|
\
\
|
*
|
Backward compatible RDB format for dbversion storage.
Yossi Gottlieb
2012-12-23
1
-10
/
+44
|
*
|
Add aof_rewrites and rdb_saves statistics.
Yossi Gottlieb
2012-12-20
1
-0
/
+1
|
*
|
Add BGSAVETO and dedicated SYNC background saving mechanism.
Yossi Gottlieb
2012-12-19
1
-9
/
+46
|
*
|
Create all temporary files in the same dir as the final file (and thus don't ...
Yossi Gottlieb
2012-12-18
1
-2
/
+4
|
*
|
Conditional replication.
Yossi Gottlieb
2012-12-18
1
-2
/
+12
*
|
|
rdb merger utility for merging multiple rdb files into a single one
yoav
2012-12-23
1
-0
/
+149
|
/
/
*
|
Chunked loading of RDB to prevent redis from stalling reading very large keys.
yoav
2012-12-12
1
-9
/
+14
|
/
*
Children creating AOF or RDB files now report memory used by COW.
antirez
2012-11-20
1
-0
/
+9
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+29
*
Update memory peak stats while loading RDB / AOF.
antirez
2012-10-24
1
-0
/
+2
*
Fixed some spelling errors in the comments
Erik Dubbelboer
2012-09-27
1
-1
/
+1
*
RDB type loading functions clarified in comments.
antirez
2012-06-02
1
-1
/
+5
*
Four new persistence fields in INFO. A few renamed.
antirez
2012-05-25
1
-0
/
+3
*
rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.
antirez
2012-04-24
1
-1
/
+1
*
It is now possible to enable/disable RDB checksum computation from redis.conf...
antirez
2012-04-10
1
-5
/
+10
*
RDB files now embed a crc64 checksum. Version of RDB bumped to 5.
antirez
2012-04-10
1
-1
/
+24
*
Fixed compilation of new rio.c changes (typos and so forth.)
antirez
2012-04-10
1
-2
/
+2
*
Add checksum computation to rio.c
antirez
2012-04-10
1
-2
/
+2
*
For coverage testing use exit() instead of _exit() when termiating saving chi...
antirez
2012-04-08
1
-1
/
+1
*
Removed dead code: function rdbSaveTime() is no longer used since RDB now sav...
antirez
2012-04-07
1
-5
/
+0
*
Write RDB magic using a REDIS_RDB_VERSION define that is defined inside rdb.h
antirez
2012-04-02
1
-1
/
+3
*
Fixed memory leak in hash loading.
antirez
2012-03-23
1
-1
/
+4
*
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: wh...
antirez
2012-03-13
1
-4
/
+4
*
RDB hashes loading fixed removing the assertion that failed every time an HT-...
antirez
2012-03-13
1
-2
/
+4
*
RDB version is no 4, because small hashes are now encoded as ziplists, so old...
antirez
2012-03-10
1
-2
/
+2
*
Merge conflicts resolved.
antirez
2012-03-09
1
-48
/
+97
|
\
|
*
Test that zipmap from RDB is correctly converted
Pieter Noordhuis
2012-01-25
1
-6
/
+10
|
*
Encode small hashes with a ziplist
Pieter Noordhuis
2012-01-02
1
-48
/
+93
*
|
Refuse writes if can't persist on disk.
antirez
2012-03-07
1
-0
/
+4
*
|
Don't expire keys when loading an RDB after a SYNC
Pieter Noordhuis
2012-02-16
1
-2
/
+6
|
/
*
some RDB server struct fields renamed.
antirez
2011-12-21
1
-9
/
+9
*
more AOF server struct fields renamed.
antirez
2011-12-21
1
-1
/
+1
*
Fixed issues with expire introduced with latest millisecond resolution featur...
antirez
2011-11-12
1
-1
/
+1
*
Fixed a few typos
antirez
2011-11-09
1
-1
/
+1
*
Fixed bug breaking rdbSaveMillisecondTime() in 32 bit systems. Thanks to @any...
antirez
2011-11-09
1
-1
/
+1
[next]