summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
* Modules: AbortBlock() API implemented.antirez2016-10-131-0/+2
* Modules: RM_Milliseconds() API added.antirez2016-10-071-0/+2
* Modules: blocking commands WIP: API exported, a first example.antirez2016-10-071-0/+11
* Modules: introduce warning suppression macro for unused args.antirez2016-10-071-0/+2
* Fix typos in GetContextFromIO API declaration.module-io-contextantirez2016-10-061-3/+2
* Module: Ability to get context from IO context.antirez2016-10-061-0/+3
* Modules: API to save/load single precision floating point numbers.antirez2016-10-031-0/+4
* Modules: API to log from module I/O callbacks.antirez2016-10-021-0/+2
* added RM_CreateStringPrintfDvir Volk2016-09-211-0/+2
* Modules: initial draft for a testing module.antirez2016-08-031-0/+2
* Modules: StringAppendBuffer() and ability to retain strings.antirez2016-08-021-0/+4
* Fix RedisModule_Calloc() definition typo.Yossi Gottlieb2016-06-231-1/+1
* Merge pull request #3335 from dvirsky/rm_callocSalvatore Sanfilippo2016-06-231-0/+3
|\
| * added RM_Calloc implementationDvir Volk2016-06-221-0/+3
* | Merge pull request #3336 from yossigo/create_string_from_stringSalvatore Sanfilippo2016-06-231-0/+2
|\ \
| * | Add RedisModule_CreateStringFromString().Yossi Gottlieb2016-06-221-0/+2
| |/
* | Merge pull request #3330 from yossigo/fix_constSalvatore Sanfilippo2016-06-231-3/+3
|\ \
| * | Use const in Redis Module API where possible.Yossi Gottlieb2016-06-201-3/+3
| |/
* | Modules: changes to logging function.antirez2016-06-231-8/+1
* | Add RedisModule_Log() logging API function.Yossi Gottlieb2016-06-231-0/+9
|/
* Remove gcc warning when redismodule.h is included by a multi-fileYossi Gottlieb2016-06-071-0/+1
* Modules: support for modules native data types.antirez2016-06-031-0/+48
* Modules: initial pool allocator and a LEFTPAD usage example.antirez2016-05-141-0/+2
* Modules: RM_GetClientId() implemented.antirez2016-05-101-0/+2
* Modules: command <-> core interface modified to get flags & keys.antirez2016-05-101-1/+5
* Modules: Hash API defines made more uniform.antirez2016-05-101-10/+6
* Modules: Hash type API WIP #2.antirez2016-05-101-0/+2
* Modules: Hash type API WIP #1.antirez2016-05-101-0/+17
* Modules: postponed array lengths.antirez2016-05-101-0/+6
* Modules: zset lex iterator #3.antirez2016-05-101-1/+5
* Modules: zset iterator redesign #1.antirez2016-05-101-26/+4
* Modules: sorted set iterators WIP #3.antirez2016-05-101-0/+4
* Modules: sorted set iterators WIP.antirez2016-05-101-0/+40
* Modules: ZSET API WIP #4.antirez2016-05-101-1/+3
* Modules: ZSET API WIP #3.antirez2016-05-101-0/+6
* Modules: ZSET API WIP #2.antirez2016-05-101-0/+7
* Modules: expire API and documentation.antirez2016-05-101-0/+9
* Modules: RedisModule_ReplyWithCallReply().antirez2016-05-101-0/+2
* Modules: RedisModule_ReplyWithNull() implemented.antirez2016-05-101-0/+2
* Modules: avoid conflict between modules func pointers and dynamic symbols.antirez2016-05-101-1/+2
* Modules: first preview 31 March 2016.antirez2016-05-101-0/+152