2011-04-13 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis into unstable
|
commit | commitdiff | tree |
2011-04-13 |
antirez | redis-trib: show list of commands
|
commit | commitdiff | tree |
2011-04-12 |
antirez | TODO update
|
commit | commitdiff | tree |
2011-04-12 |
antirez | redis-trib can now assign hash slots to initialize...
|
commit | commitdiff | tree |
2011-04-12 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis into unstable
|
commit | commitdiff | tree |
2011-04-11 |
antirez | TODO modified
|
commit | commitdiff | tree |
2011-04-11 |
Salvatore Sanfilippo | assert_empty in redis-trib
|
commit | commitdiff | tree |
2011-04-11 |
Salvatore Sanfilippo | added known nodes info in CLUSTER INFO
|
commit | commitdiff | tree |
2011-04-11 |
Salvatore Sanfilippo | a first refactoring of redis-trib.rb
|
commit | commitdiff | tree |
2011-04-11 |
Salvatore Sanfilippo | Redis-trib initial implementation (currently can not...
|
commit | commitdiff | tree |
2011-04-11 |
Salvatore Sanfilippo | added minimal cluster section in INFO output. This...
|
commit | commitdiff | tree |
2011-04-08 |
antirez | update state when FAIL is cleared from a node
|
commit | commitdiff | tree |
2011-04-08 |
antirez | do not process node failure messages about yourself
|
commit | commitdiff | tree |
2011-04-07 |
antirez | fixed lame error in slot assignment
|
commit | commitdiff | tree |
2011-04-07 |
antirez | evaluate cluster state after config load. Still bugs...
|
commit | commitdiff | tree |
2011-04-07 |
antirez | master node without slaves rejoin fixed
|
commit | commitdiff | tree |
2011-04-07 |
antirez | when loading config set the ping/pong timestaps to...
|
commit | commitdiff | tree |
2011-04-07 |
antirez | node cluster configuration file configurable via redis...
|
commit | commitdiff | tree |
2011-04-07 |
antirez | useless newline removed from log message
|
commit | commitdiff | tree |
2011-04-07 |
antirez | fixes to configuration loading and saving. However...
|
commit | commitdiff | tree |
2011-04-07 |
antirez | first version of cluster config loading code
|
commit | commitdiff | tree |
2011-04-07 |
antirez | initial cluster config load code
|
commit | commitdiff | tree |
2011-04-06 |
antirez | make sure that OBJECT ENCODING returns skiplist for...
|
commit | commitdiff | tree |
2011-04-06 |
antirez | OBJECT command implemented
|
commit | commitdiff | tree |
2011-04-05 |
antirez | bad data on RESTORE can no longer crash the server...
|
commit | commitdiff | tree |
2011-04-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... ...branch 'unstable' of github.com:antirez/redis into unstable
|
commit | commitdiff | tree |
2011-04-01 |
antirez | DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc...
|
commit | commitdiff | tree |
2011-03-31 |
antirez | fixed memory leak introduced with the previous commit...
|
commit | commitdiff | tree |
2011-03-31 |
antirez | Fixed issue #503. MONITOR + QUIT could crash the server...
|
commit | commitdiff | tree |
2011-03-30 |
antirez | minor change with no actual effects til the loading...
|
commit | commitdiff | tree |
2011-03-30 |
antirez | centralized cluster config file name. Assigned slots...
|
commit | commitdiff | tree |
2011-03-30 |
antirez | fix to configuration saving on first start
|
commit | commitdiff | tree |
2011-03-30 |
antirez | cluster configuration saving
|
commit | commitdiff | tree |
2011-03-29 |
antirez | todo list for a first cluster howto guide for early...
|
commit | commitdiff | tree |
2011-03-29 |
antirez | CLUSTER file updated with warning
|
commit | commitdiff | tree |
2011-03-29 |
antirez | Cluster branch merged to unstable.
|
commit | commitdiff | tree |
2011-03-29 |
antirez | TODO modified
|
commit | commitdiff | tree |
2011-03-29 |
antirez | Merge remote branch 'origin/getkeys' into unstable
|
commit | commitdiff | tree |
2011-03-28 |
antirez | Preloading messages log level changed from WARNING...
|
commit | commitdiff | tree |
2011-03-28 |
antirez | fixed a bug in RENAME getKeys() function
|
commit | commitdiff | tree |
2011-03-28 |
antirez | bug fixed in zunionstore specific getKeys() implementation
|
commit | commitdiff | tree |
2011-03-28 |
antirez | Fixes to the new preloading / key discovery APIs
|
commit | commitdiff | tree |
2011-03-28 |
antirez | implemented preload of EXEC using the new getKeys(...
|
commit | commitdiff | tree |
2011-03-23 |
antirez | minor style change
|
commit | commitdiff | tree |
2011-03-23 |
antirez | new preloading implemented, still EXEC not handled...
|
commit | commitdiff | tree |
2011-03-22 |
antirez | Fixed sdssplitargs() handling of hex-style escapes.
|
commit | commitdiff | tree |
2011-03-22 |
antirez | command table altered for the new API to get position...
|
commit | commitdiff | tree |
2011-03-20 |
antirez | sdscatrepr() fixed. Now newlines and other special...
|
commit | commitdiff | tree |
2011-03-15 |
antirez | gitignore updated
|
commit | commitdiff | tree |
2011-03-10 |
antirez | fixed diskstore race condition
|
commit | commitdiff | tree |
2011-03-09 |
antirez | encoding agnostic intsets
|
commit | commitdiff | tree |
2011-03-09 |
antirez | ziplist are now endianess agnostic
|
commit | commitdiff | tree |
2011-03-09 |
antirez | zipmaps are now endianess agnostic, needed for on disk...
|
commit | commitdiff | tree |
2011-03-09 |
antirez | memrev variants only doing the work if the target host...
|
commit | commitdiff | tree |
2011-03-09 |
antirez | TODO updated
|
commit | commitdiff | tree |
2011-03-09 |
antirez | Ehm... sorry if we don't support PDP endianess
|
commit | commitdiff | tree |
2011-03-09 |
antirez | endianess conversion API, to be applied to specially...
|
commit | commitdiff | tree |
2011-03-09 |
antirez | byte ordering detection in config.h
|
commit | commitdiff | tree |
2011-03-08 |
antirez | removed useless call
|
commit | commitdiff | tree |
2011-03-08 |
antirez | same final call of two if branches moved outside
|
commit | commitdiff | tree |
2011-03-08 |
antirez | useless function removed
|
commit | commitdiff | tree |
2011-03-08 |
antirez | comment typo fixed
|
commit | commitdiff | tree |
2011-03-07 |
antirez | Merge remote branch 'pietern/unstable-sigs' into unstable
|
commit | commitdiff | tree |
2011-03-04 |
antirez | possible fix for a failed assertion introduced with...
|
commit | commitdiff | tree |
2011-03-04 |
antirez | Fixed return value of GETRANGE / SUBSTR
|
commit | commitdiff | tree |
2011-03-04 |
antirez | AOF file descriptor leak fixed
|
commit | commitdiff | tree |
2011-03-04 |
antirez | TTL command fixed to work reliably with diskstore
|
commit | commitdiff | tree |
2011-03-04 |
antirez | debugging message moved from REDIS_WARING to REDIS_DEBUG
|
commit | commitdiff | tree |
2011-03-01 |
antirez | Redis manifesto added
|
commit | commitdiff | tree |
2011-02-28 |
antirez | fix type in rdbSaveKeyValuePair() when saving an intset...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | direct saving of specially encoded types implemented...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | define name typo fixed
|
commit | commitdiff | tree |
2011-02-28 |
antirez | added new RDB codes for ziplist encoded lists and intset...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | save ziplist encoded type as a different type id. Done...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | convert the zipmap into hash in rdb loading if the...
|
commit | commitdiff | tree |
2011-02-28 |
antirez | RDB/AOF loading times logged with millisecond precision
|
commit | commitdiff | tree |
2011-02-28 |
antirez | fix for zipmap raw saving in unstable branch
|
commit | commitdiff | tree |
2011-02-28 |
antirez | encoded types API to get blob length
|
commit | commitdiff | tree |
2011-02-28 |
antirez | save zipmap encoded hashes as blobs. Work in progress.
|
commit | commitdiff | tree |
2011-02-25 |
antirez | less delays in diskstore when there are many writes...
|
commit | commitdiff | tree |
2011-02-25 |
antirez | more disk store fields in INFO
|
commit | commitdiff | tree |
2011-02-23 |
Pieter Noordhuis | Restore argc/argv in EXEC after command is executed
|
commit | commitdiff | tree |
2011-02-22 |
antirez | fixed client-libraries/README to reflect the new site...
|
commit | commitdiff | tree |
2011-02-22 |
antirez | linenoise updated
|
commit | commitdiff | tree |
2011-02-22 |
antirez | fixed color support for test suite. Now colors are...
|
commit | commitdiff | tree |
2011-02-22 |
Paul Gideon Dann | Allow port to be 0 in configuration, in order to allow...
|
commit | commitdiff | tree |
2011-02-21 |
antirez | conflict resolved in cherry pick
|
commit | commitdiff | tree |
2011-02-21 |
antirez | suppress a Linux warning, for 2.2 sake
|
commit | commitdiff | tree |
2011-02-21 |
antirez | check return value of getcwd()
|
commit | commitdiff | tree |
2011-02-17 |
antirez | CONFIG SET/GET for all the special encoding parameters...
|
commit | commitdiff | tree |
2011-02-16 |
antirez | SPOP replication/AOF patch ported to unstable branch
|
commit | commitdiff | tree |
2011-02-14 |
antirez | CONFIG GET/SET dir implemented
|
commit | commitdiff | tree |
2011-02-11 |
antirez | fixed two diskstore issues, a quasi-deadlock creating...
|
commit | commitdiff | tree |
2011-02-09 |
antirez | introduced a new logging function for big messages
|
commit | commitdiff | tree |
2011-02-07 |
antirez | Merge remote branch 'pietern/unstable-brpoplpush' into...
|
commit | commitdiff | tree |
2011-02-07 |
antirez | Fix for the previous port 0 patch, thanks to Pieter...
|
commit | commitdiff | tree |
2011-02-07 |
antirez | If port zero is specified, Redis will not listen for...
|
commit | commitdiff | tree |
2011-01-27 |
antirez | propagate key eviction to slaves and AOF, like for...
|
commit | commitdiff | tree |
2011-01-27 |
antirez | Fixed a theoretical non exploitable security bug reported...
|
commit | commitdiff | tree |
2011-01-26 |
antirez | TODO list updated
|
commit | commitdiff | tree |
next |