87 Commits (85afb9662bd7c3576c8aea2bde4f521bd03b27fa)
 

Author SHA1 Message Date
Jeff H 85afb9662b fix macro 7 years ago
Mark Nunberg 56b1fbdd31 Add AoF routines 7 years ago
Mark Nunberg 6a3b796b7a Add clang-format 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
Dvir Volk a36e9bdda4 Merge pull request #29 from RedisLabs/get_var_args
Add ParseVarArgs
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 af679ef8d6 Merge pull request #27 from detailyang/patch-1
API.md: typo fix
7 years ago
detailyang 2fd95cae2b API.md: typo fix 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 7b0b4803ff -Og not supported on clang/OS X 7 years ago
Mark Nunberg 8f60f81726 rmutil: provide function to extract module-specific type 7 years ago
Mark Nunberg 44b236bda6 Merge pull request #26 from RedisLabs/util-typo
fix typo in example modules causing compile errors
7 years ago
Mark Nunberg e756dd897f fix typo in example modules causing compile errors 7 years ago
Dvir Volk 42df4c3503 improvements to util functions 8 years ago
Dvir Volk d681a51699 Merge pull request #22 from danni-m/master
util.h: added missing include for string.h
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 2a9b54f7b9 updated documentation and added blocking doc 8 years ago
Dvir Volk e7495e0234 Updated documents
Signed-off-by: Dvir Volk <dvirsky@gmail.com>
8 years ago
Dvir Volk 0cfd1f5db3 deprecated RMUtil_CreateFormattedString 8 years ago
Dvir Volk 17405f6272 Merge pull request #14 from daTokenizer/master
add Makefile in root dir that builds everything
8 years ago
Dvir Volk 240a0d2538 Merge pull request #16 from RedisLabs/include_file
Mainly corrects include for redismodule.h in alloc
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
daTokenizer bf60fc8c9c add a Makefile in root dir that builds everything (and adapt README) 8 years ago
Dvir Volk 51def57c8c Merge pull request #12 from yusaku/optional-mode
Support optional modes
8 years ago
Yusaku Kaneta 95bb4dcb43 added an optional mode to the example module 8 years ago
Yusaku Kaneta 6ed678a914 supported optional modes 8 years ago
Dvir Volk 02a28154cb Merge pull request #11 from yusaku/fix-macro
Fix a macro
8 years ago
Yusaku Kaneta 368bc1e886 removed an unexpected closing brace in a macro definition 8 years ago
Dvir Volk ee491bb0ee update API documentation 8 years ago
Dvir Volk 32f7aa2b3b updated redismodule.h 8 years ago
Dvir Volk e572dff710 updated readme a bit 8 years ago
Dvir Volk 16a7025843 added alloc and logging utils 8 years ago
Dvir Volk 7eebea9dbd Merge pull request #10 from yusaku/test-vector-put
Test both put and push on vectors
8 years ago
Yusaku Kaneta 041d184eec fixed test to call both vector_put and vector_push 8 years ago
Dvir Volk 37fd12702a Merge pull request #9 from yusaku/fix-vector
Fix Vector to maintain the correct size
8 years ago
Yusaku Kaneta b04ddca499 fixed Vector to maintain the correct size 8 years ago
Dvir Volk 771f45d76d Merge pull request #6 from omribahumi/patch-1
Fix example module
8 years ago
Omri Bahumi 53cb6b4453 Fix example module 8 years ago