Commit History

Author SHA1 Message Date
  antirez da77103157 Comment PR #5916 and changes a few details. 5 years ago
  Madelyn Olson 05292e342f Improved some error handling in examples 5 years ago
  Madelyn Olson 75d977145e Added handling for unloading an auth module 5 years ago
  Madelyn Olson 058bbedc0e Add module APIs for custom authentication 5 years ago
  Salvatore Sanfilippo a15a5d7097 Merge pull request #6540 from oranagra/simple_module_api_tests 5 years ago
  Oran Agra 3adf10b809 Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/set 5 years ago
  Salvatore Sanfilippo 576a7b8caf Merge pull request #6539 from kristoff-it/unstable 5 years ago
  Salvatore Sanfilippo bbdbfabf9e Merge pull request #6531 from oranagra/rm_save_long_double 5 years ago
  Loris Cro b12d2f65d6 fix unreported overflow in autogerenared stream IDs 5 years ago
  Loris Cro 3f14bfd809 Merge pull request #1 from antirez/unstable 5 years ago
  Salvatore Sanfilippo 720d1fd3bb Merge pull request #6486 from oranagra/module_lru_lfu 5 years ago
  Salvatore Sanfilippo 18b62a51e2 Merge branch 'unstable' into module_lru_lfu 5 years ago
  Salvatore Sanfilippo 327cb45ed5 Merge pull request #6532 from oranagra/rm_misc_commands 5 years ago
  Salvatore Sanfilippo 23c681b51d Merge pull request #6535 from guybe7/module_block_on_keys_tests 5 years ago
  Salvatore Sanfilippo dcc4347c53 Merge pull request #6514 from oranagra/module_hooks 5 years ago
  Salvatore Sanfilippo da44c54897 Merge branch 'unstable' into module_hooks 5 years ago
  Guy Benoish b81f486c2f Modules: Test RedisModule_BlockClientOnKeys 6 years ago
  Oran Agra 87332ce524 Module API for PUBLISH, FLUSHALL, RANDOMKEY, DBSIZE 5 years ago
  Oran Agra 779aebc91c Module API for loading and saving long double 5 years ago
  antirez fdaea2a7a7 Modules: fix thread safe context creation crash. 5 years ago
  antirez 1ee195d255 Merge branch 'unstable' of github.com:/antirez/redis into unstable 5 years ago
  antirez dd5feec5e8 Modules: block on keys: fix stale comment. 5 years ago
  antirez 825adcf3f5 Modules: block on keys: finish implementing RM_UnblockClient(). 5 years ago
  antirez 37bf3e18cb Modules: block ok keys: improve example. 5 years ago
  antirez 66f55bc5c1 Modules: block on keys: fix bugs in processing order. 5 years ago
  antirez 629081f839 Modules: block on keys: fix the top comments. 5 years ago
  antirez 91f4bdc9f9 Modules: block on keys: use a better interface. 5 years ago
  antirez 4534960b29 Modules: remove spurious call from moduleHandleBlockedClients(). 5 years ago
  antirez 228bc89ecb Modules: block on keys: example on hellotype.c. 5 years ago
  antirez 215b72c0ba Modules: block on keys: implement the internals. 5 years ago