54 Commits (5c341cec1ad00e1a5aec1ff838074e0a055c63fc)

Author SHA1 Message Date
Guy Korland 1da361e295 fix tests file and remove the string parsing 5 years ago
Danni Moiseyev c3b1848a3b declare usage of REDISMODULE_EXPERIMENTAL_API 6 years ago
Dvir Volk 3e4daab6dc fixed test for periodic timer 7 years ago
Dvir Volk 15cf5eac10 changed termination of periodic timer to be callback based 7 years ago
Dvir Volk 74a6c8c7fb made RMUtilInfo strdip all its keys and values for saner memory management 7 years ago
Jeff H 85afb9662b fix macro 7 years ago
Mark Nunberg 56b1fbdd31 Add AoF routines 7 years ago
Mark Nunberg 69f750a9df Revert "synchornizing changes from RediSearch. @mnunberge please next time reflect these changes on the main repo"
This reverts commit 755ecf306b.

We'll add the AoF routines back properly...
7 years ago
Dvir Volk 755ecf306b synchornizing changes from RediSearch. @mnunberge please next time reflect these changes on the main repo 7 years ago
Mark Nunberg 2ce8734f03 Add RMUtil_StringConvert 7 years ago
Mark Nunberg fb9441d785 Add ParseVarArgs
This allows a parsing of generic keyword <n> arg0..argN format for
arguments.
7 years ago
Dvir Volk 632a1785e4 added periodic task runner 7 years ago
Dvir Volk dc85ee44bf added periodic timer, and updated testing 7 years ago
Mark Nunberg a5da889d0e Revert "add string comparison functions"
This reverts commit 121f189a7a.
Equivalent functions already exist in strings.{c,h}
7 years ago
Dvir Volk 441fe3e18d removed top++ from vector 7 years ago
Dvir Volk af5796d5bb committing local changes to rmutil 7 years ago
Mark Nunberg 121f189a7a add string comparison functions 7 years ago
Mark Nunberg 8f60f81726 rmutil: provide function to extract module-specific type 7 years ago
Dvir Volk 42df4c3503 improvements to util functions 8 years ago
Danni Moiseyev 2f15b00fd1 util.h: added missing include for string.h 8 years ago
itamar 4c62df8a4e Undefs strdup before overriding it in alloc.h 8 years ago
Dvir Volk 0cfd1f5db3 deprecated RMUtil_CreateFormattedString 8 years ago
itamar c7735d948c Fixes call to test_priority_queue 8 years ago
itamar 4fe29da394 Adds newline to final output of tests 8 years ago
itamar 7bbc414fed Includes stdio.h instead of printf.h 8 years ago
itamar 63081f14c8 Removes redundant include for redismodule.h 8 years ago
itamar a29d1b9e3f Takes redismodule.h from include directory 8 years ago
Yusaku Kaneta 6ed678a914 supported optional modes 8 years ago
Yusaku Kaneta 368bc1e886 removed an unexpected closing brace in a macro definition 8 years ago
Dvir Volk 16a7025843 added alloc and logging utils 8 years ago
Yusaku Kaneta 041d184eec fixed test to call both vector_put and vector_push 8 years ago
Yusaku Kaneta b04ddca499 fixed Vector to maintain the correct size 8 years ago
Dvir Volk 51f135b30a fixed inline functions 8 years ago
Dvir Volk c3d0c99023 added support for NULL insert on vectors 8 years ago
Dvir Volk 23896a8a10 added vector_pop 8 years ago
Dvir Volk fa182e29cd minor changes to string functions 8 years ago
fanliwen 6c90d2c3a8 implement heap and priority_queue as suggested in https://github.com/RedisLabsModules/redex/pull/3 9 years ago
Dvir Volk 9425602b23 Minor fixes and cleanups before opening 9 years ago
Dvir Volk c3e8542aa9 removed zmalloc as a dependency, and updated the vector to use size_t 9 years ago
gil 1340a833cf fixing the string compare function 9 years ago
Dvir Volk 66b300d428 fixed vector resizing logic 9 years ago
Itamar Haber 16326d6e29 Adds ArrayElementByPath 9 years ago
Dvir Volk c396da1f2a added docs 9 years ago
Dvir Volk 7b685c95e6 better zeroing of realloced space 9 years ago
Dvir Volk 24f72b897d bugfix - thanks valgrind! 9 years ago
Dvir Volk 68633baf0a removed some print 9 years ago
Dvir Volk 179bbd8d4b added vector lib 9 years ago
Dvir Volk 603f390756 added more utils and hgetset to module 9 years ago
Itamar Haber d17147747c Touches 9 years ago
Dvir Volk fe752c081d added example module 9 years ago