summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | typo fixGuy Korland2018-09-161-1/+1
| | | |
* | | | Revert "fix repeat argument issue and reduce unnessary loop times for ↵antirez2018-09-171-12/+7
|/ / / | | | | | | | | | | | | | | | | | | redis-cli." Reverts commit 9505dd2011ef7143670b68247ff1818ffbad9768 since the commit introduced the very serious bug issue #5286.
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-171-11/+13
|\ \ \
| * \ \ Merge pull request #5357 from gkorland/patch-4Salvatore Sanfilippo2018-09-171-11/+13
| |\ \ \ | | |/ / | |/| | RedisModule_HashSet call must end with NULL
| | * | Merge pull request #1 from gkorland/patch-5Guy Korland2018-09-171-10/+10
| | |\ \ | | | | | | | | | | Fix few typos
| | | * | Fix few typosGuy Korland2018-09-171-10/+10
| | |/ / | |/| |
| | * | RedisModule_HashSet call must end with NULLGuy Korland2018-09-171-1/+3
| |/ / | | | | | | Extended the RedisModule_HashSet doc to mark that each call must end with NULL
* | | Sentinel: document how to undo a renamed command.antirez2018-09-171-1/+6
|/ /
* | LOLWUT: split the command from version-specific implementations.antirez2018-09-143-241/+297
| |
* | Slave removal: add a few forgotten aliases for CONFIG SET.antirez2018-09-131-0/+10
| |
* | LOLWUT: add Redis version in the output.antirez2018-09-131-1/+3
|/ | | | | This creates an incentive to run the command and as a side effect experience the art piece inside.
* LOLWUT: Ness -> Nees.antirez2018-09-131-1/+1
|
* LOLWUT: Limit maximum CPU effort.antirez2018-09-131-0/+5
|
* LOLWUT: change padding conditional to a more direct one.antirez2018-09-131-1/+1
|
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-131-1/+1
|\
| * Merge pull request #5343 from slobo/patch-1Salvatore Sanfilippo2018-09-121-1/+1
| |\ | | | | | | Fix spelling descrive -> describe
| | * Fix spelling descrive -> describeSlobodan Mišković2018-09-121-1/+1
| |/
* | LOLWUT: fix crash when col < 2.antirez2018-09-131-1/+1
|/ | | | Close #5345.
* LOLWUT: fix structure typo in comment.antirez2018-09-121-1/+1
|
* LOLWUT: Fix license copyright year.antirez2018-09-121-1/+1
|
* LOLWUT: increase the translation factor.antirez2018-09-121-2/+2
|
* LOLWUT: change default size to fit a normal terminal better.antirez2018-09-121-6/+6
|
* LOLWUT: wrap it into a proper command.antirez2018-09-124-15/+40
|
* LOLWUT: draw Schotter by Georg Nees.antirez2018-09-121-3/+47
|
* LOLWUT: draw rotated squares using trivial trigonometry.antirez2018-09-121-0/+44
|
* LOLWUT: draw lines using Bresenham algorithm.antirez2018-09-111-2/+26
|
* LOLWUT: Rendering of the virtual canvas to a string.antirez2018-09-111-7/+78
|
* LOLWUT: show the output verbatim in redis-cli.antirez2018-09-111-0/+1
|
* LOLWUT: canvas structure and BSD license on top.antirez2018-09-111-0/+46
|
* LOLWUT: Emit Braille unicode according to pixel pattern.antirez2018-09-111-0/+23
|
* Slave removal: capitalize ReplicaJakub Vrana2018-09-112-5/+5
|
* Slave removal: remove slave from integration tests descriptions.antirez2018-09-118-36/+36
|
* Slave removal: remove slave from top-level tests descriptions.antirez2018-09-113-12/+12
|
* Slave removal: remove slave from object.c.antirez2018-09-111-1/+1
|
* Slave removal: remove slave from the README.antirez2018-09-111-7/+7
|
* Slave removal: server.c logs fixed.antirez2018-09-111-5/+5
|
* Slave removal: remove slave from sentinel.conf when possible.antirez2018-09-111-18/+18
| | | | | | | | All the occurrences translated, but the ones referring to SLAVEOF must be intact because that describe the actual Sentinel -> Redis protocol. In theory we could send REPLICAOF to Redis instances, but actually this would prevent Sentinel to be compatible with older Redis instances.
* Slave removal: replace very few things in Sentinel.antirez2018-09-111-8/+12
| | | | | | | | SENTINEL REPLICAS was added as an alias, in the configuration rewriting now it uses known-replica, however all the rest is basically at API level of logged events and messages having to do with the protocol, so there is very little to do here compared to the Redis core itself, to preserve compatibility.
* Slave removal: scripting.c logs and other stuff fixed.antirez2018-09-111-2/+6
|
* Slave removal: replication.c logs fixed.antirez2018-09-111-35/+35
|
* Slave removal: networking.c logs fixed.antirez2018-09-111-5/+5
|
* Slave removal: blocked.c logs fixed.antirez2018-09-111-1/+1
|
* Slave removal: Make obvious in redis.conf what a replica is.antirez2018-09-111-0/+5
|
* Slave removal: slave mode -> replica mode text in redis-cli.antirez2018-09-111-1/+1
|
* Slave removal: fix typo of replicaof.antirez2018-09-111-1/+1
|
* Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-113-129/+132
|
* Slave removal: config.c converted + config rewriting hacks.antirez2018-09-111-38/+117
| | | | | | Aliases added for all the commands mentioning slave. Moreover CONFIG REWRITE will use the new names, and will be able to reuse the old lines mentioning the old options.
* Slave removal: Convert cluster.c log messages and command names.antirez2018-09-111-11/+12
|
* Slave removal: redis-cli --slave -> --replica.antirez2018-09-111-1/+3
| | | | | --slave alias remains but is undocumented, just for backward compatibiltiy.
* Slave removal: SLAVEOF -> REPLICAOF. SLAVEOF is now an alias.antirez2018-09-113-3/+4
|