Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | fix comment "b>a" to "a > b" | andyli | 2016-06-10 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fixed typo in Sentinel compareSlavesForPromotion() comment. | antirez | 2016-06-10 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2016-06-10 | 2 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Include 'fd_set' type name | jspraul | 2016-06-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’ | |||||
| * | | | | Remove gcc warning when redismodule.h is included by a multi-file | Yossi Gottlieb | 2016-06-07 | 1 | -0/+1 | |
| |/ / / | | | | | | | | | | | | | module. | |||||
* | | | | Improve timer callback creation comment. | antirez | 2016-06-08 | 1 | -2/+3 | |
|/ / / | ||||||
* | | | modules API.md updated. | antirez | 2016-06-04 | 1 | -10/+232 | |
| | | | ||||||
* | | | Modules: native types doc, 70% done. | antirez | 2016-06-04 | 1 | -0/+305 | |
| | | | ||||||
* | | | Modules: pool allocator doc. | antirez | 2016-06-03 | 1 | -1/+53 | |
| | | | ||||||
* | | | Modules: top comments in helloworld.c and hellotype.c. | antirez | 2016-06-03 | 2 | -0/+74 | |
| | | | ||||||
* | | | Modules: support for modules native data types. | antirez | 2016-06-03 | 11 | -35/+991 | |
| | | | ||||||
* | | | RDB v8: fix rdbLoadLen() return value. | antirez | 2016-06-01 | 3 | -36/+61 | |
| | | | ||||||
* | | | RDB v8: new ZSET storage format with binary doubles. | antirez | 2016-06-01 | 2 | -5/+27 | |
| | | | ||||||
* | | | RDB v8: ability to save uint64_t lengths. | antirez | 2016-06-01 | 3 | -44/+34 | |
| | | | ||||||
* | | | Avoid undefined behavior in BITFIELD implementation. | antirez | 2016-05-31 | 1 | -8/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Probably there is no compiler that will actaully break the code or raise a signal for unsigned -> signed overflowing conversion, still it was apparently possible to write it in a more correct way. All tests passing. | |||||
* | | | Allow SPOP from Lua scripts | Itamar Haber | 2016-05-28 | 1 | -1/+1 | |
|/ / | | | | | The existing `R` flag appears to be sufficient and there's no apparent reason why the command should be blocked. | |||||
* | | Remove debug printing | Jan-Erik Rediger | 2016-05-21 | 1 | -3/+0 | |
|/ | ||||||
* | Fix modules compilation when libc malloc is used. | antirez | 2016-05-18 | 1 | -2/+2 | |
| | | | | | | Compiling Redis worked as a side effect of jemalloc target specifying -ldl as needed linker options, otherwise it is not provided during linking and dlopen() API will remain unresolved symbols. | |||||
* | Merge pull request #3222 from oranagra/more_minir_fixes | Salvatore Sanfilippo | 2016-05-18 | 6 | -16/+19 | |
|\ | | | | | minor fixes - mainly signalModifiedKey, and GEORADIUS | |||||
| * | minor fixes - mainly signalModifiedKey, and GEORADIUS | oranagra | 2016-05-09 | 6 | -16/+19 | |
| | | ||||||
* | | Modules: RM_HashSet() SDS ownership business clarified in comments. | antirez | 2016-05-18 | 1 | -5/+5 | |
| | | | | | | | | Related to #3239. | |||||
* | | Merge pull request #3239 from dvirsky/fix_hashset_crash | Salvatore Sanfilippo | 2016-05-18 | 1 | -4/+7 | |
|\ \ | | | | | | | fixed bad transfer of ownership in HashSet causing a potential crash | |||||
| * | | fixed bad transfer of ownership in HashSet causing a potential crash | Dvir Volk | 2016-05-17 | 1 | -4/+7 | |
| | | | ||||||
* | | | Code to access object string bytes repeated 3x refactored into 1 function. | antirez | 2016-05-18 | 1 | -35/+39 | |
| | | | ||||||
* | | | Clarify that the LOG_STR_SIZE includes null term. | antirez | 2016-05-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #3221 from oranagra/bitfield_fix | Salvatore Sanfilippo | 2016-05-18 | 1 | -3/+15 | |
|\ \ \ | | | | | | | | | fix crash in BITFIELD GET when key is integer encoded | |||||
| * | | | fix crash in BITFIELD GET when key is integer encoded | oranagra | 2016-05-10 | 1 | -3/+15 | |
| | |/ | |/| | ||||||
* | | | reduce struct padding by reordering members | oranagra | 2016-05-16 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Modules: initial pool allocator and a LEFTPAD usage example. | antirez | 2016-05-14 | 3 | -4/+147 | |
| | | ||||||
* | | Modules: doc layout improved. | antirez | 2016-05-10 | 4 | -575/+1475 | |
| | | ||||||
* | | Modules doc: mention the functions not yet documented. | antirez | 2016-05-10 | 1 | -8/+25 | |
| | | ||||||
* | | RM_ZsetRangeNext()/Prev() typo in define name leading to crash fixed. | antirez | 2016-05-10 | 1 | -2/+2 | |
| | | ||||||
* | | Modules: commandFlagsFromString() top comment back to 80 cols max. | antirez | 2016-05-10 | 1 | -24/+29 | |
| | | ||||||
* | | Trailing spaces removed from moduleCreateArgvFromUserFormat(). | antirez | 2016-05-10 | 1 | -4/+4 | |
| | | ||||||
* | | Modules: RM_GetClientId() implemented. | antirez | 2016-05-10 | 2 | -0/+19 | |
| | | ||||||
* | | fixed crash when calling CreateStringFromCallReply on array elements | Dvir Volk | 2016-05-10 | 1 | -0/+1 | |
| | | ||||||
* | | Avoids reallocating and double String on truncate | Itamar Haber | 2016-05-10 | 1 | -18/+17 | |
| | | ||||||
* | | fixed comment formatting in RM_CreateCommand | Dvir Volk | 2016-05-10 | 1 | -13/+13 | |
| | | ||||||
* | | vector of strings is implemented now | Ramon Snir | 2016-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | another small comment fix | Dvir Volk | 2016-05-10 | 1 | -1/+2 | |
| | | ||||||
* | | fixed comment | Dvir Volk | 2016-05-10 | 1 | -1/+3 | |
| | | ||||||
* | | second attempt at vector formtting | Dvir Volk | 2016-05-10 | 1 | -1/+12 | |
| | | ||||||
* | | Modules: add ZADD_INCR flag to zset increment API. | antirez | 2016-05-10 | 1 | -0/+1 | |
| | | ||||||
* | | typo: %s/Emtpy/Empty/g | Itamar Haber | 2016-05-10 | 1 | -5/+5 | |
| | | ||||||
* | | Modules: command <-> core interface modified to get flags & keys. | antirez | 2016-05-10 | 7 | -40/+177 | |
| | | ||||||
* | | tiny typo in Redis Modules API documentation | Ramon Snir | 2016-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | fixed return value of HashGet (and a slight error in the documentation) | Dvir Volk | 2016-05-10 | 1 | -2/+2 | |
| | | ||||||
* | | Modules: REDISMODULE_POSTPONED_ARRAY_LEN doc. | antirez | 2016-05-10 | 1 | -0/+45 | |
| | | ||||||
* | | Modules: Hash API defines made more uniform. | antirez | 2016-05-10 | 3 | -42/+38 | |
| | | ||||||
* | | Modules: Hash type API WIP #2. | antirez | 2016-05-10 | 3 | -4/+60 | |
| | |