summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.4.72.4.7antirez2012-02-021-1/+1
* sds.c no longe pre-allocate more than 1MB of free space ahead. This fixes iss...antirez2012-02-022-1/+7
* Set a 3.5 GB maxmemory limit with noeviction policy if a 32 bit instance with...antirez2012-02-021-0/+10
* Added a server.arch_bits field instead of computing it at runtime for INFO.antirez2012-02-022-2/+4
* Only incremnet stats for key miss/hit when the key is semantically accessed i...antirez2012-02-021-3/+8
* Don't expire keys when loading an RDB after a SYNCPieter Noordhuis2012-01-131-2/+6
* On crash print information about the current client (if any), command vector,...antirez2012-01-124-1/+69
* Redis 2.4.62.4.6antirez2012-01-111-1/+1
* error in comment fixedantirez2012-01-111-1/+1
* show GCC version in INFO output.antirez2012-01-101-0/+6
* Protections against protocol desyncs, leading to infinite query buffer growin...antirez2012-01-072-6/+24
* Fixed replication when multiple slaves are attaching at the same time. The ou...antirez2012-01-073-2/+12
* Do not propagate DEBUG LOADAOFantirez2012-01-071-0/+1
* List connected slaves with ip,port,state information in INFO, as requested by...antirez2012-01-071-0/+33
* Redis 2.4.52.4.5antirez2011-12-231-1/+1
* Prevent NaN scores in sorted sets resulting from calls to ZUNIONSTORE and ZIN...antirez2011-12-231-0/+3
* Fixed memleak in CLIENT INFO, added simple test that will work as regression ...antirez2011-12-191-1/+5
* added assertion in zslInsert() that ensures the inserted element score is not...antirez2011-12-181-0/+1
* Fixed SORT bugs (issue #224) with regression tests.antirez2011-12-011-12/+9
* Replication bug fixed: now non blocking connect is also forced to follow the ...antirez2011-11-301-0/+23
* Redis 2.4.42.4.4antirez2011-11-281-1/+1
* two new AOF related INFO fields that can be interesting information for debug...antirez2011-11-281-2/+6
* show initial querybuf bytes on querybuf overflow.antirez2011-11-251-2/+5
* log client protocol errors for log level >= verboseantirez2011-11-251-0/+6
* clean REDIS_DIRTY_CAS when discard Command runs. otherwise the next MULTI/EXE...woowenjie2011-11-251-1/+1
* better bug report info on crash (backported from unstable)antirez2011-11-243-8/+49
* minor refactoring to networking.c adding a separated function to get a string...antirez2011-11-242-8/+17
* last executed command in CLIENT LIST output.antirez2011-11-243-5/+6
* Redis 2.4.32.4.3antirez2011-11-211-1/+1
* Fixed bug in getClientInfoString() that was not rendering the N (no flags) sp...antirez2011-11-211-1/+1
* Close client connection and log the event when the client input buffer reache...antirez2011-11-213-0/+11
* show active events in client file descriptor in CLIENT LIST.antirez2011-11-211-3/+11
* new ae.c API to get current events by file descriptor.antirez2011-11-212-0/+8
* added output list and buffer length, query buffer size, to CLIENT LIST output.antirez2011-11-211-2/+5
* code generating the CLIENT LIST output refactored to have a function that is ...antirez2011-11-211-29/+39
* Added sdscatsds() to sds.c/hantirez2011-11-212-0/+5
* Max log message length set to 4k to avoid truncated INFO output in logs on Re...antirez2011-11-211-1/+1
* Fix crash on SPARC due to improper alignment of allocated memoryChris Lamb2011-11-161-1/+1
* I/O buffer length enlargedantirez2011-11-111-1/+1
* set default client timeout to zero inside redis.h as wellantirez2011-11-111-1/+1
* Merge pull request #149 from hgfischer/2.4Salvatore Sanfilippo2011-10-314-6/+22
|\
| * fixed source indentingHerbert G. Fischer2011-10-182-4/+4
| * Added repl_ping_slave_period and repl_timeout options supportHerbert G. Fischer2011-10-184-6/+22
* | It is now possible to disable password authentication via CONFIG SET. Thanks ...antirez2011-10-311-1/+1
* | Fixed a memory leak in redis-cli.cantirez2011-10-281-0/+1
* | sds.c single quotes supportantirez2011-10-281-2/+22
* | Redis 2.4.22.4.2antirez2011-10-261-1/+1
* | Merge pull request #154 from florean/2.4Salvatore Sanfilippo2011-10-261-0/+1
|\ \
| * | Set errno to 0 before calling strtol.Nathan Florea2011-10-201-0/+1
| |/
* | Clear the AOF rewrite scheduled flag once an AOF rewrite is triggered. Fix fo...antirez2011-10-261-0/+1
|/