summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ZPOP: fix the tests according to new non-blocking "count" argument.zpopantirez2018-05-111-15/+11
* ZPOP: change sync ZPOP to have a count argument instead of N keys.antirez2018-05-113-56/+95
* ZPOP: renaming to have explicit MIN/MAX score idea.antirez2018-05-115-100/+111
* Merge branch 'zpop' of https://github.com/itamarhaber/redis into zpopantirez2018-05-116-20/+380
|\
| * Implements [B]Z[REV]POP and the respective unit testsItamar Haber2018-04-306-20/+380
* | Fix rdb.c dictionary iterator release in 2 more places.antirez2018-05-091-2/+8
* | Fix rdb.c dictionary iterator release.antirez2018-05-091-5/+17
* | Merge pull request #4594 from smallstool/bugfix-freeMemoryIfneeded-int-overflowSalvatore Sanfilippo2018-05-081-1/+1
|\ \ | |/ |/|
| * fix int overflow problem in freeMemoryIfNeededhuijing.whj2018-01-101-1/+1
* | Streams: XTRIM command added.antirez2018-04-193-0/+70
* | Streams: XADD, handle signaling of write in different ways.antirez2018-04-191-0/+3
* | Streams: XDEL command.antirez2018-04-183-2/+33
* | Streams: higher level "delete by ID" API for streams.antirez2018-04-171-0/+15
* | Streams: iterator entry deletion abilities.antirez2018-04-172-1/+52
* | Merge pull request #4842 from soloestoy/fix-timer-api-wrong-insertSalvatore Sanfilippo2018-04-131-3/+2
|\ \
| * | Modules Timer API: fix wrong raxInsert() usagezhaozhao.zz2018-04-141-3/+2
|/ /
* | Modules API: Add call to get the blocked client handle from the context.antirez2018-04-132-1/+15
* | Modules API: moduleGetReplyClient() refactoring.antirez2018-04-131-5/+13
* | Modules API: blocked client disconnection callback.antirez2018-04-123-3/+72
* | Modules API: fix timer example.antirez2018-04-121-0/+3
* | Modules API: fix OOM_WARNING flag implementation.antirez2018-04-111-4/+3
* | Modules API: OOM_WARNING flags.antirez2018-04-112-1/+8
* | getMaxmemoryState() fixed and improved.antirez2018-04-113-13/+38
* | Modules: context flags now include OOM flag.antirez2018-04-094-33/+68
* | freeMemoryIfNeeded() lacked a top comment.antirez2018-04-091-0/+9
* | Modules: remove trailing empty spaces.antirez2018-04-092-21/+21
* | Modules API: experimental APIs version.antirez2018-04-091-0/+1
* | Modules API: blocked client free callback modified to get a context.antirez2018-04-094-31/+51
* | Modules API: RM_GetRandomBytes() / GetRandomHexChars().antirez2018-04-054-60/+71
* | Modules Cluster API: GetClusterSize() added.antirez2018-04-012-1/+13
* | Modules Cluster API: GetMyClusterID() added.antirez2018-04-012-1/+10
* | Modules Timer API: add example of API.antirez2018-03-311-0/+76
* | Modules Timer API: Wait at least 1 ms per iteration. Convert to ms.antirez2018-03-311-2/+3
* | Modules Timer API: fix wrong raxRemove() key argument.antirez2018-03-311-1/+1
* | Modules Timer API: fix infinite loop and export API.antirez2018-03-313-3/+20
* | Modules Timer API: timer handling implemented.antirez2018-03-301-1/+58
* | Modules Timer API: initial implementation.antirez2018-03-302-0/+99
* | Modules Cluster API: node API exported, example improved.antirez2018-03-303-3/+42
* | Modules Cluster API: nodes list and info API.antirez2018-03-302-3/+110
* | Modules Cluster API: node information struct and flags.antirez2018-03-302-0/+13
* | Modules Cluster API: make node IDs pointers constant.antirez2018-03-304-8/+8
* | Modules Cluster API: add a simple example module.antirez2018-03-302-1/+85
* | Modules Cluster API: fix new API calls exporting.antirez2018-03-302-3/+6
* | Modules Cluster API: sending / receiving API first implementation.antirez2018-03-302-5/+81
* | Modules Cluster API: message bus implementation.antirez2018-03-294-5/+111
* | Fix ae.c when a timer finalizerProc adds an event.antirez2018-03-282-6/+10
* | Add INIT INFO to the provided init script.antirez2018-03-261-0/+8
* | AOF: run tests with preamble off when it makes sense.antirez2018-03-254-3/+6
* | AOF: enable RDB-preamble rewriting by default.antirez2018-03-252-5/+2
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-03-236-9/+13
|\ \