2012-12-23 |
Jay Freeman (saurik) | Delete keys from the archive when deleting from DB. |
blob | commitdiff | raw |
2012-12-23 |
Jay Freeman (saurik) | Further integrate MDB key archival into config. |
blob | commitdiff | raw | diff to current |
2012-12-23 |
Jay Freeman (saurik) | Archive (do not delete) keys due to memory limits. |
blob | commitdiff | raw | diff to current |
2012-12-02 |
antirez | Blocking POP: use a dictionary to store keys clinet... |
blob | commitdiff | raw | diff to current |
2012-11-22 |
antirez | EVALSHA is now case insensitive. |
blob | commitdiff | raw | diff to current |
2012-11-22 |
antirez | Safer handling of MULTI/EXEC on errors. |
blob | commitdiff | raw | diff to current |
2012-11-08 |
antirez | BSD license added to every C source and header file. |
blob | commitdiff | raw | diff to current |
2012-11-02 |
Runzhen Wang | fix a typo in redis.h line 595 comment |
blob | commitdiff | raw | diff to current |
2012-11-01 |
Salvatore Sanfilippo | Merge pull request #743 from Cofyc/fixtypo |
blob | commitdiff | raw | diff to current |
2012-11-01 |
antirez | Unix socket clients properly displayed in MONITOR and... |
blob | commitdiff | raw | diff to current |
2012-10-16 |
antirez | Fix MULTI / EXEC rendering in MONITOR output. |
blob | commitdiff | raw | diff to current |
2012-10-05 |
Salvatore Sanfilippo | Merge pull request #544 from dvirsky/2.6 |
blob | commitdiff | raw | diff to current |
2012-09-27 |
antirez | First implementation of Redis Sentinel. |
blob | commitdiff | raw | diff to current |
2012-09-17 |
antirez | A reimplementation of blocking operation internals. |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Saj Goonatilleke | Bug fix: slaves being pinged every second |
blob | commitdiff | raw | diff to current |
2012-09-04 |
antirez | Scripting: Force SORT BY constant determinism inside... |
blob | commitdiff | raw | diff to current |
2012-09-03 |
antirez | Send an async PING before starting replication with... |
blob | commitdiff | raw | diff to current |
2012-08-31 |
antirez | Sentinel: Redis-side support for slave priority. |
blob | commitdiff | raw | diff to current |
2012-08-28 |
antirez | Incrementally flush RDB on disk while loading it from... |
blob | commitdiff | raw | diff to current |
2012-07-31 |
Saj Goonatilleke | New in INFO: aof_last_bgrewrite_status |
blob | commitdiff | raw | diff to current |
2012-07-22 |
antirez | Allow Pub/Sub in contexts where other commands are... |
blob | commitdiff | raw | diff to current |
2012-07-07 |
antirez | REPLCONF internal command introduced. |
blob | commitdiff | raw | diff to current |
2012-06-21 |
antirez | Fixed a timing attack on AUTH (Issue #560). |
blob | commitdiff | raw | diff to current |
2012-06-11 |
antirez | Dump ziplist hex value on failed assertion. |
blob | commitdiff | raw | diff to current |
2012-05-25 |
antirez | Four new persistence fields in INFO. A few renamed. |
blob | commitdiff | raw | diff to current |
2012-05-24 |
antirez | New commands: BITOP and BITCOUNT. |
blob | commitdiff | raw | diff to current |
2012-05-24 |
antirez | Allow an AOF rewrite buffer > 2GB (Fix for issue #504). |
blob | commitdiff | raw | diff to current |
2012-05-15 |
Salvatore Sanfilippo | Merge pull request #496 from pietern/2.6-makeinstall |
blob | commitdiff | raw | diff to current |
2012-05-14 |
antirez | Impovements for: Redis timer, hashes rehashing, keys... |
blob | commitdiff | raw | diff to current |
2012-05-14 |
antirez | Redis timer interrupt frequency configurable as REDIS_HZ. |
blob | commitdiff | raw | diff to current |
2012-05-12 |
antirez | More incremental active expired keys collection process. |
blob | commitdiff | raw | diff to current |
2012-05-02 |
antirez | Use specific error if master is down and slave-serve... |
blob | commitdiff | raw | diff to current |
2012-04-21 |
antirez | Limit memory used by big SLOWLOG entries. |
blob | commitdiff | raw | diff to current |
2012-04-13 |
antirez | Stop access to global vars. Not configurable. |
blob | commitdiff | raw | diff to current |
2012-04-13 |
antirez | Scripting: globals protection can now be switched on... |
blob | commitdiff | raw | diff to current |
2012-04-10 |
antirez | It is now possible to enable/disable RDB checksum compu... |
blob | commitdiff | raw | diff to current |
2012-04-10 |
antirez | crc64.c modified for incremental computation. |
blob | commitdiff | raw | diff to current |
2012-04-08 |
antirez | For coverage testing use exit() instead of _exit()... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Premysl Hruby | remove mentions of VM in comments |
blob | commitdiff | raw | diff to current |
2012-04-02 |
antirez | CRC64 implementation added to Redis code base. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
antirez | Better syncio.c with millisecond resolution. |
blob | commitdiff | raw | diff to current |
2012-03-30 |
Joseph Jang | Fixed a memory leak with replication |
blob | commitdiff | raw | diff to current |
2012-03-29 |
antirez | Fix for slaves chains. Force resync of slaves (simply... |
blob | commitdiff | raw | diff to current |
2012-03-28 |
antirez | Log from signal handlers is now safer. |
blob | commitdiff | raw | diff to current |
2012-03-28 |
antirez | Redis software watchdog. |
blob | commitdiff | raw | diff to current |
2012-03-27 |
Premysl Hruby | declare hashDictType as external too |
blob | commitdiff | raw | diff to current |
2012-03-25 |
antirez | New INFO field aof_delayed_fsync introduced. |
blob | commitdiff | raw | diff to current |
2012-03-22 |
antirez | Support for read-only slaves. Semantical fixes. |
blob | commitdiff | raw | diff to current |
2012-03-14 |
antirez | Reclaim space from the client querybuf if needed. |
blob | commitdiff | raw | diff to current |
2012-03-13 |
antirez | Client creation time in redisClient structure. New... |
blob | commitdiff | raw | diff to current |
2012-03-10 |
antirez | Redis 2.6 branch obtained from unstable removing all... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
antirez | Merge conflicts resolved. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
antirez | Instantaneous ops/sec figure in INFO output. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
antirez | run_id added to INFO output. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
antirez | clusterGetRandomName() generalized into getRandomHexCha... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | By default Redis refuses writes with an error if the... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | Refuse writes if can't persist on disk. |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | Better MONITOR output, now includes client ip:port... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
antirez | TIME command. |
blob | commitdiff | raw | diff to current |
2012-02-29 |
antirez | Better implementation for BRPOP/BLPOP in the non blocki... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | Better system for additional commands replication. |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | Added a new API to replicate an additional command... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | propagate() prototype added to redis.h |
blob | commitdiff | raw | diff to current |
2012-02-28 |
antirez | Added command propagation API. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Salvatore Sanfilippo | Merge pull request #304 from bradvoth/unstable |
blob | commitdiff | raw | diff to current |
2012-02-16 |
antirez | Merge branch 'issue327' into unstable |
blob | commitdiff | raw | diff to current |
2012-02-06 |
antirez | freeMemoryIfNeeded() minor refactoring |
blob | commitdiff | raw | diff to current |
2012-02-04 |
antirez | This fixes issue #327, is a very complex fix (unfortuna... |
blob | commitdiff | raw | diff to current |
2012-02-04 |
antirez | Use less memory when emitting the protocol, by using... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
antirez | Now Lua scripts dispatch Redis commands properly callin... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
antirez | Added a server.arch_bits field instead of computing... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
antirez | SORT is now more deterministic: does not accept to... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
antirez | Order output of commands returning random arrays using... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
antirez | 64 bit instances are no longer limited to have at max... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-24 |
antirez | Client output buffer limits: configuration of parameter... |
blob | commitdiff | raw | diff to current |
2012-01-24 |
antirez | asyncCloseClientOnOutputBufferLimitReached() now ignore... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
antirez | Implementation of the internals that make possible... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
antirez | Merge branch 'unstable' into limits |
blob | commitdiff | raw | diff to current |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x64 |
blob | commitdiff | raw | diff to current |
2012-01-20 |
antirez | all the stack trace related functions are now in debug... |
blob | commitdiff | raw | diff to current |
2012-01-17 |
antirez | Introduced three client limit classes: normal, slave... |
blob | commitdiff | raw | diff to current |
2012-01-17 |
antirez | Track the length of the client pending output buffers... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Salvatore Sanfilippo | Merge pull request #279 from kashif/patch-1 |
blob | commitdiff | raw | diff to current |
2012-01-12 |
antirez | On crash print information about the current client... |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Pieter Noordhuis | Encode small hashes with a ziplist |
blob | commitdiff | raw | diff to current |
2011-12-31 |
antirez | Protections against protocol desyncs, leading to infini... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
antirez | Protocol and I/O related defines moved into a separated... |
blob | commitdiff | raw | diff to current |
2011-12-31 |
antirez | A few no longer used defines removed from redis.h |
blob | commitdiff | raw | diff to current |
2011-12-30 |
antirez | Fixed replication when multiple slaves are attaching... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | server.replstate -> server.repl_state |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | some RDB server struct fields renamed. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | more AOF server struct fields renamed. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | AOF fileds in the global server state, and define names... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | AOF refactoring, now with three states: ON, OFF, WAIT_R... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
antirez | server.appendonly -> server.aof_state, and many comment... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
blob | commitdiff | raw | diff to current |
next |