Commit History

Author SHA1 Message Date
  Salvatore Sanfilippo d3b32ca48d Merge pull request #4034 from amallia/patch-1 7 years ago
  Salvatore Sanfilippo 33035cad04 Merge pull request #4035 from amallia/patch-2 7 years ago
  antirez 5877c02c51 Fix PERSIST expired key resuscitation issue #4048. 7 years ago
  Antonio Mallia 2d1d57eb47 Removed duplicate 'sys/socket.h' include 7 years ago
  Antonio Mallia 591dba8055 Fixed comment in clusterMsg version field 7 years ago
  Zachary Marquez a3e53cf9bc Prevent expirations and evictions while paused 7 years ago
  antirez e91b81c612 More informative -MISCONF error message. 7 years ago
  antirez e498d9ee3e Collect fork() timing info only if fork succeeded. 7 years ago
  antirez 78211aaaaf redis-cli --bigkeys: show error when TYPE fails. 7 years ago
  antirez 58f79e2ff4 Merge branch 'unstable' of github.com:/antirez/redis into unstable 7 years ago
  antirez 1f598fc2bb Modules TSC: use atomic var for server.unixtime. 7 years ago
  antirez de786186a5 atomicvar.h: show used API in INFO. Add macro to force __sync builtin. 7 years ago
  antirez 6eb51bf1ec zmalloc.c: remove thread safe mode, it's the default way. 7 years ago
  antirez 9390c384b8 Modules TSC: Add mutex for server.lruclock. 7 years ago
  antirez ece658713b Modules TSC: Improve inter-thread synchronization. 7 years ago
  antirez 2a51bac44e Simplify atomicvar.h usage by having the mutex name implicit. 7 years ago
  antirez 52bc74f221 Lazyfree: fix lazyfreeGetPendingObjectsCount() race reading counter. 7 years ago
  antirez 7d9326b1f3 Modules TSC: HELLO.KEYS reply format fixed. 7 years ago
  antirez 9b01b64430 Modules TSC: put the client in the pending write list. 7 years ago
  antirez e67fb915eb adlist: fix final list count in listJoin(). 7 years ago
  antirez 79226cb9fa adlist: fix listJoin() to handle empty lists. 7 years ago
  antirez 6798736909 Modules: remove unused var in example module. 7 years ago
  antirez 1ed2ff5570 Modules TSC: HELLO.KEYS example draft finished. 7 years ago
  antirez 7127f15ebe Module: fix RedisModule_Call() "l" specifier to create a raw string. 7 years ago
  antirez 3fcf959e60 Modules TSC: Release the GIL for all the time we are blocked. 7 years ago
  antirez ba4a5a3255 Modules TSC: Export symbols of the new API. 7 years ago
  antirez 275905b328 Modules TSC: Handling of RM_Reply* functions. 7 years ago
  antirez 9c500b89fb Modules TSC: Basic TS context creeation and handling. 7 years ago
  antirez 59b06b14c9 Modules TSC: GIL and cooperative multi tasking setup. 7 years ago
  antirez a4c7f34d3a Regression test for #3899 fixed. 7 years ago