Commit History

Author SHA1 Message Date
  Salvatore Sanfilippo d680eb6dbd Merge pull request #3492 from wyxustcsa09/fix-memory 8 years ago
  antirez c6dc8d5288 Merge branch 'unstable' of github.com:antirez/redis into unstable 8 years ago
  antirez 56dba3adcc Example modules: Add C99 standard to cflags. 8 years ago
  antirez 3793afa0ba Merge branch 'aofrdb' into unstable 8 years ago
  antirez f9624813af fix the fix for the TCP binding. 8 years ago
  oranagra 92038286e8 fix tcp binding when IPv6 is unsupported 8 years ago
  antirez d35deb2327 debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h. 8 years ago
  antirez 6211e77ab6 crash log - improve code dump with more info and called symbols. 8 years ago
  wyx f9c9b4bf4c fix memory error on module unload 8 years ago
  oranagra 24811fcb1b crash log - add hex dump of function code 8 years ago
  antirez 0d179d17ba dict.c benchmark minor improvements. 8 years ago
  antirez bd6c4cade6 dict.c benchmark: mixed del/insert benchmark. 8 years ago
  antirez 0f708ab2a9 dict.c benchmark: finish rehashing before testing lookups. 8 years ago
  antirez ed6a4517f5 dict.c benchmark improvements. 8 years ago
  antirez 1074f73629 dict.c benchmark: take optional count argument. 8 years ago
  antirez 91a59e03a8 dict.c benchmark. 8 years ago
  antirez 57a0db9495 Fix rdb.c var types when calling rdbLoadLen(). 8 years ago
  antirez 9f76d82689 sds: don't check for impossible string size in 32 bit systems. 8 years ago
  antirez dacb69ed00 RDB AOF preamble: test it in the aofrw unit. 8 years ago
  antirez 764cc69e2b Document RDB preamble in AOF rewrites in redis.conf. 8 years ago
  antirez e0d4146620 Sentinel example config: warn about protected mode. 8 years ago
  antirez 543e25efa6 RDB AOF preamble: WIP 4 (Mixed RDB/AOF loading). 8 years ago
  antirez f1c32f0dcb RDB AOF preamble: WIP 3 (RDB loading refactoring). 8 years ago
  antirez feda52381d RDB AOF preamble: WIP 2. 8 years ago
  antirez 4426cb11e2 RDB AOF preamble: WIP 1. 8 years ago
  Salvatore Sanfilippo 9f779b33b5 Merge pull request #3340 from rojingeorge/unstable 8 years ago
  Salvatore Sanfilippo c5414cef71 Merge pull request #3429 from guoxiao/warning 8 years ago
  Guo Xiao 4bd72ab729 Use the standard predefined identifier __func__ (since C99) 8 years ago
  antirez e7f1798179 Modules: basic call/reply tests in test module. 8 years ago
  antirez 13f18d2b17 Modules: handle NULL replies more gracefully. 8 years ago