summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-261-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5373 from gkorland/patch-5Salvatore Sanfilippo2018-09-251-1/+1
| |\ \ \ \ \
| | * | | | | add missing argument to function docGuy Korland2018-09-211-1/+1
| | | |/ / / | | |/| | |
* | | | | | Modules: dictionary API WIP #10: export API to modules.antirez2018-09-262-0/+60
|/ / / / /
* | | | | Modules: dictionary API WIP #9: iterator returning string object.antirez2018-09-251-6/+23
* | | | | Modules: dictionary API WIP #8: Iterator next/prev.antirez2018-09-251-0/+42
* | | | | Modules: dictionary API WIP #7: don't store the context.antirez2018-09-251-8/+7
* | | | | Modules: dictionary API WIP #6: implement automatic memory management.antirez2018-09-251-7/+21
* | | | | Modules: dictionary API work in progress #5: rename API for consistency.antirez2018-09-251-25/+25
* | | | | Modules: change RedisModuleString API to allow NULL context.antirez2018-09-241-12/+33
* | | | | Modules: dictionary API work in progress #4: reseek API.antirez2018-09-241-6/+25
* | | | | Modules: dictionary API work in progress #3: Iterator creation.antirez2018-09-241-1/+41
* | | | | Modules: dictionary API work in progress #2: Del API.antirez2018-09-241-2/+17
* | | | | Modules: dictionary API work in progress #1.antirez2018-09-212-1/+95
|/ / / /
* | | | Module cluster flags: use RM_SetClusterFlags() in the example.antirez2018-09-192-0/+11
* | | | Module cluster flags: add RM_SetClusterFlags() API.cluster-api-improvementsantirez2018-09-193-0/+33
* | | | Module cluster flags: add hooks for NO_FAILOVER flag.antirez2018-09-191-2/+4
* | | | Module cluster flags: add hooks for NO_REDIRECTION flag.antirez2018-09-193-4/+14
* | | | Module cluster flags: initial vars / defines added.antirez2018-09-195-0/+20
* | | | Modules: rename the reused static client to something more general.antirez2018-09-181-8/+10
* | | | Modules: associate a fake client to timer context callback.antirez2018-09-181-0/+2
* | | | Modules: associate a fake client to cluster message context callback.antirez2018-09-181-0/+2
* | | | Cluster Manager: clusterManagerFixOpenSlot now counts node's keys in slotartix2018-09-171-1/+20
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-172-2/+2
|\ \ \ \
| * \ \ \ Merge pull request #5348 from gkorland/patch-2Salvatore Sanfilippo2018-09-171-1/+1
| |\ \ \ \
| | * | | | No need to return "OK" Guy Korland2018-09-131-1/+1
| * | | | | Merge pull request #5352 from gkorland/patch-3Salvatore Sanfilippo2018-09-171-1/+1
| |\ \ \ \ \
| | * | | | | typo fixGuy Korland2018-09-161-1/+1
* | | | | | | Revert "fix repeat argument issue and reduce unnessary loop times for redis-c...antirez2018-09-171-12/+7
|/ / / / / /
* | | | | | Merge pull request #1 from gkorland/patch-5Guy Korland2018-09-171-10/+10
|\ \ \ \ \ \
| * | | | | | Fix few typosGuy Korland2018-09-171-10/+10
| |/ / / / /
* | | | | | RedisModule_HashSet call must end with NULLGuy Korland2018-09-171-1/+3
|/ / / / /
* | | | | 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
|/ / / /
* | | | 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
|\ \ \ \
| * | | | Fix spelling descrive -> describeSlobodan Mišković2018-09-121-1/+1
* | | | | LOLWUT: fix crash when col < 2.antirez2018-09-131-1/+1
|/ / / /
* | | | 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