2011-03-28 |
antirez | Preloading messages log level changed from WARNING... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
antirez | fixed a bug in RENAME getKeys() function |
commit | commitdiff | tree | snapshot |
2011-03-28 |
antirez | bug fixed in zunionstore specific getKeys() implementation |
commit | commitdiff | tree | snapshot |
2011-03-28 |
antirez | Fixes to the new preloading / key discovery APIs |
commit | commitdiff | tree | snapshot |
2011-03-28 |
antirez | implemented preload of EXEC using the new getKeys(... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
antirez | minor style change |
commit | commitdiff | tree | snapshot |
2011-03-23 |
antirez | new preloading implemented, still EXEC not handled... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
antirez | command table altered for the new API to get position... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
antirez | sdscatrepr() fixed. Now newlines and other special... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
antirez | gitignore updated |
commit | commitdiff | tree | snapshot |
2011-03-10 |
antirez | fixed diskstore race condition |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | encoding agnostic intsets |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | ziplist are now endianess agnostic |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | zipmaps are now endianess agnostic, needed for on disk... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | memrev variants only doing the work if the target host... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | Ehm... sorry if we don't support PDP endianess |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | endianess conversion API, to be applied to specially... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
antirez | byte ordering detection in config.h |
commit | commitdiff | tree | snapshot |
2011-03-08 |
antirez | removed useless call |
commit | commitdiff | tree | snapshot |
2011-03-08 |
antirez | same final call of two if branches moved outside |
commit | commitdiff | tree | snapshot |
2011-03-08 |
antirez | useless function removed |
commit | commitdiff | tree | snapshot |
2011-03-08 |
antirez | comment typo fixed |
commit | commitdiff | tree | snapshot |
2011-03-07 |
antirez | Merge remote branch 'pietern/unstable-sigs' into unstable |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pieter Noordhuis | Show database number in cli prompt when non-zero |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pieter Noordhuis | Store SELECTed database for reconnect (issue #468) |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pieter Noordhuis | Minor memory leak in redis-cli (issue #464) |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pieter Noordhuis | Only save history when stdin is a tty (issue #465) |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pieter Noordhuis | Save RDB on SIGTERM (see issue #471) |
commit | commitdiff | tree | snapshot |
2011-03-04 |
antirez | possible fix for a failed assertion introduced with... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
antirez | Fixed return value of GETRANGE / SUBSTR |
commit | commitdiff | tree | snapshot |
2011-03-04 |
antirez | AOF file descriptor leak fixed |
commit | commitdiff | tree | snapshot |
2011-03-04 |
antirez | TTL command fixed to work reliably with diskstore |
commit | commitdiff | tree | snapshot |
2011-03-04 |
antirez | debugging message moved from REDIS_WARING to REDIS_DEBUG |
commit | commitdiff | tree | snapshot |
2011-03-01 |
antirez | Redis manifesto added |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | fix type in rdbSaveKeyValuePair() when saving an intset... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | direct saving of specially encoded types implemented... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | define name typo fixed |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | added new RDB codes for ziplist encoded lists and intse... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | save ziplist encoded type as a different type id. Done... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | convert the zipmap into hash in rdb loading if the... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | RDB/AOF loading times logged with millisecond precision |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | fix for zipmap raw saving in unstable branch |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | encoded types API to get blob length |
commit | commitdiff | tree | snapshot |
2011-02-28 |
antirez | save zipmap encoded hashes as blobs. Work in progress. |
commit | commitdiff | tree | snapshot |
2011-02-25 |
antirez | less delays in diskstore when there are many writes... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
antirez | more disk store fields in INFO |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Pieter Noordhuis | Restore argc/argv in EXEC after command is executed |
commit | commitdiff | tree | snapshot |
2011-02-22 |
antirez | fixed client-libraries/README to reflect the new site... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
antirez | linenoise updated |
commit | commitdiff | tree | snapshot |
2011-02-22 |
antirez | fixed color support for test suite. Now colors are... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Paul Gideon... | Allow port to be 0 in configuration, in order to allow... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
antirez | conflict resolved in cherry pick |
commit | commitdiff | tree | snapshot |
2011-02-21 |
antirez | suppress a Linux warning, for 2.2 sake |
commit | commitdiff | tree | snapshot |
2011-02-21 |
antirez | check return value of getcwd() |
commit | commitdiff | tree | snapshot |
2011-02-17 |
antirez | CONFIG SET/GET for all the special encoding parameters... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
antirez | SPOP replication/AOF patch ported to unstable branch |
commit | commitdiff | tree | snapshot |
2011-02-14 |
antirez | CONFIG GET/SET dir implemented |
commit | commitdiff | tree | snapshot |
2011-02-11 |
antirez | fixed two diskstore issues, a quasi-deadlock creating... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
antirez | introduced a new logging function for big messages |
commit | commitdiff | tree | snapshot |
2011-02-07 |
antirez | Merge remote branch 'pietern/unstable-brpoplpush' into... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
antirez | Fix for the previous port 0 patch, thanks to Pieter... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
antirez | If port zero is specified, Redis will not listen for... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Pieter Noordhuis | Clarify comment |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Pieter Noordhuis | Reply with single null bulk for unsuccesful BRPOPLPUSH |
commit | commitdiff | tree | snapshot |
2011-01-27 |
antirez | propagate key eviction to slaves and AOF, like for... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
antirez | Fixed a theoretical non exploitable security bug report... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
antirez | TODO list updated |
commit | commitdiff | tree | snapshot |
2011-01-24 |
antirez | INFO commandstats section reset with config resetstat... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
antirez | portability fix in redis benchmark, using zu format... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
antirez | Now INFO outputs the "INFO default" output if no argume... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
antirez | INFO output refactoring. Now "INFO section" will report... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
antirez | profiling information in INFO |
commit | commitdiff | tree | snapshot |
2011-01-20 |
antirez | Fixed issue #435 and at the same time introduced explic... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
antirez | Fixed compilation on FreeBSD |
commit | commitdiff | tree | snapshot |
2011-01-17 |
antirez | a better release note for Redis unstable provided |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Pieter Noordhuis | Remove client from list of unblocked clients when it... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
antirez | default hash encoding settings also fixed in redis... |
commit | commitdiff | tree | snapshot |
2011-01-15 |
antirez | lame typo causing bad hashes memory characteristic |
commit | commitdiff | tree | snapshot |
2011-01-14 |
antirez | implemented two new INFO fields showing the size of... |
commit | commitdiff | tree | snapshot |
2011-01-14 |
antirez | master-slave replication fixed, it was not listing... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
antirez | redisServer structure fields reordered for clarity |
commit | commitdiff | tree | snapshot |
2011-01-10 |
antirez | TODO modified |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | minor aesthetic change in test suite messages |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | run both inmemory and diskstore tests. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | fixed bgsave_in_progress in INFO when BGSAVEing with... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | DEBUG FLUSHCACHE needs to wait that everything was... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | test adapted to run with diskstore, and a few bugs... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | initial fix of the test suite to run both in in-memory... |
commit | commitdiff | tree | snapshot |
2011-01-09 |
antirez | allocation stats in INFO |
commit | commitdiff | tree | snapshot |
2011-01-08 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2011-01-08 |
antirez | DEBUG OBJECT fixed with diskstore, force loading |
commit | commitdiff | tree | snapshot |
2011-01-08 |
antirez | resolved a problem with delayed loading of keys |
commit | commitdiff | tree | snapshot |
2011-01-07 |
antirez | blocking SAVE implemented |
commit | commitdiff | tree | snapshot |
2011-01-07 |
antirez | avoid bgsaving temp files |
commit | commitdiff | tree | snapshot |
2011-01-07 |
antirez | diskstore BGSAVE should work now |
commit | commitdiff | tree | snapshot |
2011-01-07 |
antirez | more work towards diskstore bgsave |
commit | commitdiff | tree | snapshot |
2011-01-07 |
antirez | source reshaped a bit to play well with a bgsaving... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
commit | commitdiff | tree | snapshot |
next |