antirez
|
a9f50a389b
Better target MacOS on __atomic macros conditional compilation.
|
8 years ago |
Salvatore Sanfilippo
|
ea95262d8d
Merge pull request #3560 from melo/fix-macos-10-8-compile
|
8 years ago |
Pedro Melo
|
2000abc86f
Fixes compilation on MacOS 10.8.5, Clang tags/Apple/clang-421.0.57
|
8 years ago |
antirez
|
f633212073
Fix SELECT test, broken cause change in error msg.
|
8 years ago |
antirez
|
c7a4e694ad
SWAPDB command.
|
8 years ago |
antirez
|
a3b3ca7c21
Modules: use RedisModule_AbortBlock() in the example.
|
8 years ago |
antirez
|
95c17c0cb2
Modules: AbortBlock() API implemented.
|
8 years ago |
antirez
|
58601c8f7d
Modules: blocking API documented.
|
8 years ago |
antirez
|
553aa0e259
module.c: trim comment to 80 cols.
|
8 years ago |
antirez
|
870274bea8
Example modules: remove warnings about types and not used args.
|
8 years ago |
yyoshiki41
|
16f65068b0
Refactor redis-trib.rb
|
8 years ago |
antirez
|
7dde8bf3ab
Modules: blocking command example added.
|
8 years ago |
antirez
|
34599691b3
Modules: fixes to the blocking commands API: examples now works.
|
8 years ago |
antirez
|
f156038db8
Modules: RM_Milliseconds() API added.
|
8 years ago |
antirez
|
ffb00fbcbe
Modules: blocking commands WIP: API exported, a first example.
|
8 years ago |
antirez
|
3aa816e61a
Modules: introduce warning suppression macro for unused args.
|
8 years ago |
antirez
|
3879923db8
Enable warning in example modules Makefile.
|
8 years ago |
antirez
|
8fadfe52a2
Module: API to block clients with threading support.
|
8 years ago |
antirez
|
a5998d1fda
Fix typos in GetContextFromIO API declaration.
|
8 years ago |
antirez
|
799208de85
Fix name of mispelled function.
|
8 years ago |
antirez
|
152c1b6802
Module: Ability to get context from IO context.
|
8 years ago |
antirez
|
72279e3ea4
Copyright notice added to module.c.
|
8 years ago |
antirez
|
3dc84c5300
Modules: API to save/load single precision floating point numbers.
|
8 years ago |
antirez
|
a1b1fd4f39
Modules: API to log from module I/O callbacks.
|
8 years ago |
antirez
|
4674efdee2
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
8 years ago |
antirez
|
0d9febf6a0
Add compiler optimizations to example module makefile.
|
8 years ago |
antirez
|
6782e774f1
debug.c: include dlfcn.h regardless of BACKTRACE support.
|
8 years ago |
antirez
|
2564031a15
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
8 years ago |
antirez
|
6d9f8e2462
Security: CONFIG SET client-output-buffer-limit overflow fixed.
|
8 years ago |
charsyam
|
ca6fc4f031
Simple change just using slaves instead of server.slaves
|
8 years ago |