]> git.saurik.com Git - redis.git/history - src/migrate.c
Use the newer mdb_dbi_open instead of mdb_open.
[redis.git] / src / migrate.c
2012-12-23  Jay Freeman (saurik)Use the newer mdb_dbi_open instead of mdb_open.
2012-12-23  Jay Freeman (saurik)Delete keys from the archive when deleting from DB.
2012-12-23  Jay Freeman (saurik)Use more correct file permissions to open MDB files.
2012-12-23  Jay Freeman (saurik)Fix key archival configuration from static config.
2012-12-23  Jay Freeman (saurik)If a key is already archived, it can be deleted.
2012-12-23  Jay Freeman (saurik)Further integrate MDB key archival into config.
2012-12-23  Jay Freeman (saurik)Archive (do not delete) keys due to memory limits.
2012-11-12  antirezMIGRATE: fix default timeout to 1000 milliseconds.
2012-11-12  antirezMIGRATE timeout should be in milliseconds.
2012-11-12  antirezMIGRATE: fix fd leak due to missing close on error.
2012-04-10  antirezMinor MIGRATE implementation simplification about ttl...
2012-04-10  antirezdump/restore fixed to use the new crc64 API.
2012-04-03  antirezAnother fix for MIGRATE.
2012-04-03  antirezTwo fixed for MIGRATE: fix TTL propagation and fix...
2012-04-02  antirezMIGRATE now let the client distinguish I/O errors and...
2012-04-02  antirezNew verions of DUMP, RESTORE, MIGRATE back ported from...
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...