2011-04-07 |
antirez | when loading config set the ping/pong timestaps to... |
tree | commitdiff |
2011-04-07 |
antirez | node cluster configuration file configurable via redis... |
tree | commitdiff |
2011-04-07 |
antirez | useless newline removed from log message |
tree | commitdiff |
2011-04-07 |
antirez | fixes to configuration loading and saving. However... |
tree | commitdiff |
2011-04-07 |
antirez | first version of cluster config loading code |
tree | commitdiff |
2011-04-07 |
antirez | initial cluster config load code |
tree | commitdiff |
2011-04-06 |
antirez | make sure that OBJECT ENCODING returns skiplist for... |
tree | commitdiff |
2011-04-06 |
antirez | OBJECT command implemented |
tree | commitdiff |
2011-04-05 |
antirez | bad data on RESTORE can no longer crash the server... |
tree | commitdiff |
2011-04-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-04-01 |
antirez | DUMP implemented, RESTORE and MIGRATE fixed. Use zcallo... |
tree | commitdiff |
2011-03-31 |
antirez | fixed memory leak introduced with the previous commit... |
tree | commitdiff |
2011-03-31 |
antirez | Fixed issue #503. MONITOR + QUIT could crash the server... |
tree | commitdiff |
2011-03-30 |
antirez | minor change with no actual effects til the loading... |
tree | commitdiff |
2011-03-30 |
antirez | centralized cluster config file name. Assigned slots... |
tree | commitdiff |
2011-03-30 |
antirez | fix to configuration saving on first start |
tree | commitdiff |
2011-03-30 |
antirez | cluster configuration saving |
tree | commitdiff |
2011-03-29 |
antirez | Cluster branch merged to unstable. |
tree | commitdiff |
2011-03-29 |
antirez | Merge remote branch 'origin/getkeys' into unstable |
tree | commitdiff |
2011-03-28 |
antirez | Preloading messages log level changed from WARNING... |
tree | commitdiff |
2011-03-28 |
antirez | fixed a bug in RENAME getKeys() function |
tree | commitdiff |
2011-03-28 |
antirez | bug fixed in zunionstore specific getKeys() implementation |
tree | commitdiff |
2011-03-28 |
antirez | Fixes to the new preloading / key discovery APIs |
tree | commitdiff |
2011-03-28 |
antirez | implemented preload of EXEC using the new getKeys(... |
tree | commitdiff |
2011-03-23 |
antirez | minor style change |
tree | commitdiff |
2011-03-23 |
antirez | new preloading implemented, still EXEC not handled... |
tree | commitdiff |
2011-03-22 |
antirez | Fixed sdssplitargs() handling of hex-style escapes. |
tree | commitdiff |
2011-03-22 |
antirez | command table altered for the new API to get position... |
tree | commitdiff |
2011-03-20 |
antirez | sdscatrepr() fixed. Now newlines and other special... |
tree | commitdiff |
2011-03-10 |
antirez | fixed diskstore race condition |
tree | commitdiff |
2011-03-09 |
antirez | encoding agnostic intsets |
tree | commitdiff |
2011-03-09 |
antirez | ziplist are now endianess agnostic |
tree | commitdiff |
2011-03-09 |
antirez | zipmaps are now endianess agnostic, needed for on disk... |
tree | commitdiff |
2011-03-09 |
antirez | memrev variants only doing the work if the target host... |
tree | commitdiff |
2011-03-09 |
antirez | Ehm... sorry if we don't support PDP endianess |
tree | commitdiff |
2011-03-09 |
antirez | endianess conversion API, to be applied to specially... |
tree | commitdiff |
2011-03-09 |
antirez | byte ordering detection in config.h |
tree | commitdiff |
2011-03-08 |
antirez | removed useless call |
tree | commitdiff |
2011-03-08 |
antirez | same final call of two if branches moved outside |
tree | commitdiff |
2011-03-08 |
antirez | useless function removed |
tree | commitdiff |
2011-03-08 |
antirez | comment typo fixed |
tree | commitdiff |
2011-03-07 |
antirez | Merge remote branch 'pietern/unstable-sigs' into unstable |
tree | commitdiff |
2011-03-06 |
Pieter Noordhuis | Show database number in cli prompt when non-zero |
tree | commitdiff |
2011-03-06 |
Pieter Noordhuis | Store SELECTed database for reconnect (issue #468) |
tree | commitdiff |
2011-03-06 |
Pieter Noordhuis | Minor memory leak in redis-cli (issue #464) |
tree | commitdiff |
2011-03-06 |
Pieter Noordhuis | Only save history when stdin is a tty (issue #465) |
tree | commitdiff |
2011-03-06 |
Pieter Noordhuis | Save RDB on SIGTERM (see issue #471) |
tree | commitdiff |
2011-03-04 |
antirez | possible fix for a failed assertion introduced with... |
tree | commitdiff |
2011-03-04 |
antirez | Fixed return value of GETRANGE / SUBSTR |
tree | commitdiff |
2011-03-04 |
antirez | AOF file descriptor leak fixed |
tree | commitdiff |
2011-03-04 |
antirez | TTL command fixed to work reliably with diskstore |
tree | commitdiff |
2011-03-04 |
antirez | debugging message moved from REDIS_WARING to REDIS_DEBUG |
tree | commitdiff |
2011-03-01 |
antirez | Redis manifesto added |
tree | commitdiff |
2011-02-28 |
antirez | fix type in rdbSaveKeyValuePair() when saving an intset... |
tree | commitdiff |
2011-02-28 |
antirez | direct saving of specially encoded types implemented... |
tree | commitdiff |
2011-02-28 |
antirez | define name typo fixed |
tree | commitdiff |
2011-02-28 |
antirez | added new RDB codes for ziplist encoded lists and intse... |
tree | commitdiff |
2011-02-28 |
antirez | save ziplist encoded type as a different type id. Done... |
tree | commitdiff |
2011-02-28 |
antirez | convert the zipmap into hash in rdb loading if the... |
tree | commitdiff |
2011-02-28 |
antirez | RDB/AOF loading times logged with millisecond precision |
tree | commitdiff |
2011-02-28 |
antirez | fix for zipmap raw saving in unstable branch |
tree | commitdiff |
2011-02-28 |
antirez | encoded types API to get blob length |
tree | commitdiff |
2011-02-28 |
antirez | save zipmap encoded hashes as blobs. Work in progress. |
tree | commitdiff |
2011-02-25 |
antirez | less delays in diskstore when there are many writes... |
tree | commitdiff |
2011-02-25 |
antirez | more disk store fields in INFO |
tree | commitdiff |
2011-02-23 |
Pieter Noordhuis | Restore argc/argv in EXEC after command is executed |
tree | commitdiff |
2011-02-22 |
Paul Gideon Dann | Allow port to be 0 in configuration, in order to allow... |
tree | commitdiff |
2011-02-21 |
antirez | conflict resolved in cherry pick |
tree | commitdiff |
2011-02-21 |
antirez | suppress a Linux warning, for 2.2 sake |
tree | commitdiff |
2011-02-21 |
antirez | check return value of getcwd() |
tree | commitdiff |
2011-02-17 |
antirez | CONFIG SET/GET for all the special encoding parameters... |
tree | commitdiff |
2011-02-16 |
antirez | SPOP replication/AOF patch ported to unstable branch |
tree | commitdiff |
2011-02-14 |
antirez | CONFIG GET/SET dir implemented |
tree | commitdiff |
2011-02-11 |
antirez | fixed two diskstore issues, a quasi-deadlock creating... |
tree | commitdiff |
2011-02-09 |
antirez | introduced a new logging function for big messages |
tree | commitdiff |
2011-02-07 |
antirez | Merge remote branch 'pietern/unstable-brpoplpush' into... |
tree | commitdiff |
2011-02-07 |
antirez | Fix for the previous port 0 patch, thanks to Pieter... |
tree | commitdiff |
2011-02-07 |
antirez | If port zero is specified, Redis will not listen for... |
tree | commitdiff |
2011-02-03 |
Pieter Noordhuis | Clarify comment |
tree | commitdiff |
2011-02-03 |
Pieter Noordhuis | Reply with single null bulk for unsuccesful BRPOPLPUSH |
tree | commitdiff |
2011-01-27 |
antirez | propagate key eviction to slaves and AOF, like for... |
tree | commitdiff |
2011-01-27 |
antirez | Fixed a theoretical non exploitable security bug report... |
tree | commitdiff |
2011-01-24 |
antirez | INFO commandstats section reset with config resetstat... |
tree | commitdiff |
2011-01-24 |
antirez | portability fix in redis benchmark, using zu format... |
tree | commitdiff |
2011-01-23 |
antirez | Now INFO outputs the "INFO default" output if no argume... |
tree | commitdiff |
2011-01-23 |
antirez | INFO output refactoring. Now "INFO section" will report... |
tree | commitdiff |
2011-01-23 |
antirez | profiling information in INFO |
tree | commitdiff |
2011-01-20 |
antirez | Fixed issue #435 and at the same time introduced explic... |
tree | commitdiff |
2011-01-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-01-20 |
antirez | Fixed compilation on FreeBSD |
tree | commitdiff |
2011-01-17 |
Pieter Noordhuis | Remove client from list of unblocked clients when it... |
tree | commitdiff |
2011-01-15 |
antirez | lame typo causing bad hashes memory characteristic |
tree | commitdiff |
2011-01-14 |
antirez | implemented two new INFO fields showing the size of... |
tree | commitdiff |
2011-01-14 |
antirez | master-slave replication fixed, it was not listing... |
tree | commitdiff |
2011-01-13 |
antirez | redisServer structure fields reordered for clarity |
tree | commitdiff |
2011-01-09 |
antirez | fixed bgsave_in_progress in INFO when BGSAVEing with... |
tree | commitdiff |
2011-01-09 |
antirez | DEBUG FLUSHCACHE needs to wait that everything was... |
tree | commitdiff |
2011-01-09 |
antirez | test adapted to run with diskstore, and a few bugs... |
tree | commitdiff |
2011-01-09 |
antirez | initial fix of the test suite to run both in in-memory... |
tree | commitdiff |
2011-01-09 |
antirez | allocation stats in INFO |
tree | commitdiff |
next |