2012-02-23 |
antirez | redis-benchmark: Initial support for pipelining.
|
commit | commitdiff | tree |
2012-02-22 |
antirez | unstable version called 2.9.4
|
commit | commitdiff | tree |
2012-02-22 |
antirez | The universe is 80 columns wide, accept it.
|
commit | commitdiff | tree |
2012-02-22 |
Salvatore Sanfilippo | Merge pull request #304 from bradvoth/unstable
|
commit | commitdiff | tree |
2012-02-22 |
antirez | Fix for issue #306, thanks to tchajed (on github) for...
|
commit | commitdiff | tree |
2012-02-22 |
antirez | Redis-cli should accept help command even if there...
|
commit | commitdiff | tree |
2012-02-22 |
antirez | even less false positive on obuf-limits test.
|
commit | commitdiff | tree |
2012-02-22 |
antirez | Merge remote-tracking branch 'origin/unstable' into...
|
commit | commitdiff | tree |
2012-02-22 |
antirez | zzlIsInRange() now is capable of handling empty sorted...
|
commit | commitdiff | tree |
2012-02-21 |
Salvatore Sanfilippo | Merge pull request #347 from pietern/unstable-segv
|
commit | commitdiff | tree |
2012-02-21 |
antirez | Fixed undefined behavior in *INCR style functions overflow...
|
commit | commitdiff | tree |
2012-02-21 |
antirez | bzero -> memset
|
commit | commitdiff | tree |
2012-02-19 |
antirez | Fix 32bit build of hiredis
|
commit | commitdiff | tree |
2012-02-19 |
antirez | Applied a few modifications to hiredis to tune it for...
|
commit | commitdiff | tree |
2012-02-19 |
antirez | The hiredis lib shipped with Redis was updated to latest...
|
commit | commitdiff | tree |
2012-02-16 |
antirez | Issue #330 regression test.
|
commit | commitdiff | tree |
2012-02-16 |
antirez | Now HINCRBY can detect overflows too. Fix for issue...
|
commit | commitdiff | tree |
2012-02-16 |
antirez | Return ASAP from checkClientOutputBufferLimits() if...
|
commit | commitdiff | tree |
2012-02-16 |
antirez | Merge branch 'issue327' into unstable
|
commit | commitdiff | tree |
2012-02-15 |
antirez | Add stdint.h in endianconv.h to fix issue #336.
|
commit | commitdiff | tree |
2012-02-14 |
antirez | redis-check-aof is now large files safe also on 32...
|
commit | commitdiff | tree |
2012-02-14 |
antirez | add -f flag to cp when installing, otherwise stopping...
|
commit | commitdiff | tree |
2012-02-14 |
antirez | endian.c/h -> endianconv.c/h to avoid issues with broken...
|
commit | commitdiff | tree |
2012-02-14 |
antirez | Merge remote-tracking branch 'origin/unstable' into...
|
commit | commitdiff | tree |
2012-02-14 |
antirez | intset.c endianess fixes.
|
commit | commitdiff | tree |
2012-02-13 |
Salvatore Sanfilippo | Merge pull request #334 from lsbardel/quantredis
|
commit | commitdiff | tree |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 5.
|
commit | commitdiff | tree |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 4.
|
commit | commitdiff | tree |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 3.
|
commit | commitdiff | tree |
2012-02-08 |
antirez | more ziplist.c endianess fixes
|
commit | commitdiff | tree |
2012-02-08 |
antirez | ziplist.c fixes for bigendian
|
commit | commitdiff | tree |
2012-02-08 |
antirez | A few small BSD related fixes.
|
commit | commitdiff | tree |
2012-02-07 |
antirez | more practical maxmemory+slaves hint in redis.conf
|
commit | commitdiff | tree |
2012-02-07 |
antirez | redis.conf updated with new maxmemory semantics
|
commit | commitdiff | tree |
2012-02-07 |
antirez | debugging messages removed from freeMemoryIfNeeded()
|
commit | commitdiff | tree |
2012-02-07 |
antirez | Fixes to c->reply_bytes computation, and debug messages...
|
commit | commitdiff | tree |
2012-02-07 |
antirez | Fixes to 2.6 release notes file
|
commit | commitdiff | tree |
2012-02-07 |
antirez | Precision of getClientOutputBufferMemoryUsage() greatily...
|
commit | commitdiff | tree |
2012-02-06 |
antirez | freeMemoryIfNeeded() minor refactoring
|
commit | commitdiff | tree |
2012-02-06 |
antirez | Also remove size of AOF buffers from used memory when...
|
commit | commitdiff | tree |
2012-02-05 |
antirez | A first (work in progress) release notes for 2.6
|
commit | commitdiff | tree |
2012-02-05 |
antirez | INSTALL now redirects the user to README
|
commit | commitdiff | tree |
2012-02-05 |
antirez | Redis Manifesto moved from src to root dir
|
commit | commitdiff | tree |
2012-02-04 |
antirez | This fixes issue #327, is a very complex fix (unfortunately...
|
commit | commitdiff | tree |
2012-02-04 |
antirez | Use less memory when emitting the protocol, by using...
|
commit | commitdiff | tree |
2012-02-02 |
antirez | Now Lua scripts dispatch Redis commands properly calling...
|
commit | commitdiff | tree |
2012-02-02 |
antirez | Set a 3.5 GB maxmemory limit with noeviction policy...
|
commit | commitdiff | tree |
2012-02-02 |
antirez | Added a server.arch_bits field instead of computing...
|
commit | commitdiff | tree |
2012-02-01 |
antirez | Only incremnet stats for key miss/hit when the key...
|
commit | commitdiff | tree |
2012-02-01 |
antirez | Added tests checking ability of the scripting engine...
|
commit | commitdiff | tree |
2012-02-01 |
antirez | A few SORT tests made more resistant to false negatives...
|
commit | commitdiff | tree |
2012-02-01 |
antirez | New SORT tests checking the new more deterministic...
|
commit | commitdiff | tree |
2012-02-01 |
antirez | Make SORT BY <constant> STORE ... to always produce...
|
commit | commitdiff | tree |
2012-02-01 |
antirez | SORT is now more deterministic: does not accept to...
|
commit | commitdiff | tree |
2012-01-31 |
antirez | Order output of commands returning random arrays using...
|
commit | commitdiff | tree |
2012-01-31 |
antirez | Fixed redis-benchmark --help output typo
|
commit | commitdiff | tree |
2012-01-31 |
antirez | 64 bit instances are no longer limited to have at max...
|
commit | commitdiff | tree |
2012-01-30 |
antirez | minimal change to obuf-limits.tcl test to make sure...
|
commit | commitdiff | tree |
2012-01-30 |
antirez | Merge remote-tracking branch 'origin/unstable' into...
|
commit | commitdiff | tree |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #319 from fawek/lua-error-location
|
commit | commitdiff | tree |
2012-01-30 |
antirez | setKey(): call the higher level wrapper setModifiedKey...
|
commit | commitdiff | tree |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #321 from mkwiatkowski/ticket227
|
commit | commitdiff | tree |
2012-01-26 |
antirez | false positive in expire tests mitigated with a sleep...
|
commit | commitdiff | tree |
2012-01-26 |
antirez | Less false positives for obuf-limits.tcl tests
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Added test for client output buffer limit (soft limit).
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Added test for client output buffer limit (hard limit).
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Fixed typo in getClientLimitClassByName()
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Merge branch 'unstable' into limits
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang...
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang...
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Merge branch 'unstable' into limits
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Fixed a non critical bug signaled by clang static analyzer...
|
commit | commitdiff | tree |
2012-01-25 |
antirez | Merge branch 'unstable' into limits
|
commit | commitdiff | tree |
2012-01-25 |
antirez | aeCreateEventLoop() cleanup on error unified in a single...
|
commit | commitdiff | tree |
2012-01-24 |
antirez | lenght -> length
|
commit | commitdiff | tree |
2012-01-24 |
antirez | redis.conf typo fixed in the client-output-buffer-limit...
|
commit | commitdiff | tree |
2012-01-24 |
antirez | after all closing a client for output buffer limit...
|
commit | commitdiff | tree |
2012-01-24 |
antirez | client-output-buffer-limit documented in redis.conf
|
commit | commitdiff | tree |
2012-01-24 |
antirez | Client output buffer limits: configuration of parameters...
|
commit | commitdiff | tree |
2012-01-24 |
antirez | asyncCloseClientOnOutputBufferLimitReached() now ignores...
|
commit | commitdiff | tree |
2012-01-23 |
antirez | client buffer handling refactoring and optimization
|
commit | commitdiff | tree |
2012-01-23 |
antirez | CLIENT LIST test fixed (there is a new omem field in...
|
commit | commitdiff | tree |
2012-01-23 |
antirez | actually call the function to async free clients in...
|
commit | commitdiff | tree |
2012-01-23 |
antirez | Implementation of the internals that make possible...
|
commit | commitdiff | tree |
2012-01-23 |
antirez | Merge branch 'unstable' into limits
|
commit | commitdiff | tree |
2012-01-22 |
antirez | fixed typo in hahs function seed default value. It...
|
commit | commitdiff | tree |
2012-01-21 |
antirez | typo in comment fixed
|
commit | commitdiff | tree |
2012-01-21 |
antirez | Fix for hash table collision attack. We simply randomize...
|
commit | commitdiff | tree |
2012-01-20 |
antirez | Better looking registers/stack dump
|
commit | commitdiff | tree |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x32
|
commit | commitdiff | tree |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x64
|
commit | commitdiff | tree |
2012-01-20 |
antirez | all the stack trace related functions are now in debug...
|
commit | commitdiff | tree |
2012-01-17 |
antirez | Introduced three client limit classes: normal, slave...
|
commit | commitdiff | tree |
2012-01-17 |
antirez | Track the length of the client pending output buffers...
|
commit | commitdiff | tree |
2012-01-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into...
|
commit | commitdiff | tree |
2012-01-16 |
antirez | It is now posible to flush all the previous saving...
|
commit | commitdiff | tree |
2012-01-16 |
Salvatore Sanfilippo | Merge pull request #279 from kashif/patch-1
|
commit | commitdiff | tree |
2012-01-16 |
antirez | Don't change the replication state if SLAVE OF is called...
|
commit | commitdiff | tree |
2012-01-16 |
antirez | Obsolete SDS_ABORT_ON_OOM removed from sds.c
|
commit | commitdiff | tree |
2012-01-16 |
antirez | sds.c no longe pre-allocate more than 1MB of free space...
|
commit | commitdiff | tree |
next |