]> git.saurik.com Git - redis.git/history - src/redis.h
Reclaim space from the client querybuf if needed.
[redis.git] / src / redis.h
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-13  antirezClient creation time in redisClient structure. New...
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezInstantaneous ops/sec figure in INFO output.
2012-03-08  antirezrun_id added to INFO output.
2012-03-08  antirezclusterGetRandomName() generalized into getRandomHexCha...
2012-03-07  antirezBy default Redis refuses writes with an error if the...
2012-03-07  antirezRefuse writes if can't persist on disk.
2012-03-07  antirezBetter MONITOR output, now includes client ip:port...
2012-03-07  antirezTIME command.
2012-02-29  antirezBetter implementation for BRPOP/BLPOP in the non blocki...
2012-02-28  antirezBetter system for additional commands replication.
2012-02-28  antirezAdded a new API to replicate an additional command...
2012-02-28  antirezpropagate() prototype added to redis.h
2012-02-28  antirezAdded command propagation API.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-06  antirezfreeMemoryIfNeeded() minor refactoring
2012-02-04  antirezThis fixes issue #327, is a very complex fix (unfortuna...
2012-02-04  antirezUse less memory when emitting the protocol, by using...
2012-02-02  antirezNow Lua scripts dispatch Redis commands properly callin...
2012-02-02  antirezAdded a server.arch_bits field instead of computing...
2012-02-01  antirezSORT is now more deterministic: does not accept to...
2012-01-31  antirezOrder output of commands returning random arrays using...
2012-01-31  antirez64 bit instances are no longer limited to have at max...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-24  antirezClient output buffer limits: configuration of parameter...
2012-01-24  antirezasyncCloseClientOnOutputBufferLimitReached() now ignore...
2012-01-23  antirezImplementation of the internals that make possible...
2012-01-23  antirezMerge branch 'unstable' into limits
2012-01-20  antirezadded support to dump registers on crash on Linux x64
2012-01-20  antirezall the stack trace related functions are now in debug...
2012-01-17  antirezIntroduced three client limit classes: normal, slave...
2012-01-17  antirezTrack the length of the client pending output buffers...
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-12  antirezOn crash print information about the current client...
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-12-31  antirezProtections against protocol desyncs, leading to infini...
2011-12-31  antirezProtocol and I/O related defines moved into a separated...
2011-12-31  antirezA few no longer used defines removed from redis.h
2011-12-30  antirezFixed replication when multiple slaves are attaching...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-21  antirezserver.replstate -> server.repl_state
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezmore AOF server struct fields renamed.
2011-12-21  antirezAOF fileds in the global server state, and define names...
2011-12-21  antirezAOF refactoring, now with three states: ON, OFF, WAIT_R...
2011-12-21  antirezserver.appendonly -> server.aof_state, and many comment...
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-15  antirezAOF fixes in the context of replicaiton (when AOF is...
2011-12-13  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-13  antirezLists AOF rewrite using variadic RPUSH (work in progress)
2011-12-01  antirezSupport for command line configuration options for...
2011-11-25  Salvatore SanfilippoMerge pull request #208 from jbergstroem/jemalloc-2.2.5
2011-11-25  Salvatore SanfilippoMerge pull request #209 from woowenjie/unstable
2011-11-24  antirezbetter bug report info on crash
2011-11-24  antirezminor refactoring to networking.c adding a separated...
2011-11-24  antirezlast executed command in CLIENT LIST output.
2011-11-23  antireznew counter in INFO output: rejected_connections with...
2011-11-22  Salvatore SanfilippoMerge pull request #199 from jerem/patch-1
2011-11-21  antirezClose client connection and log the event when the...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-18  antirezNew script timeout semantics and SCRIPT KILL implemente...
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-15  antirezHINCRBYFLOAT implemented
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-12  antirezINCRBYFLOAT implementation
2011-11-11  antirezset default client timeout to zero inside redis.h as...
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-11-08  antirezadded mstime() to get UNIX time in milliseconds.
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-08  antirezhiredis/redis changes for speed with big payloads:...
2011-11-04  antirezAdded a define to set the size threshold to enable...
2011-11-02  antirezI/O buffer length enlarged
2011-10-31  antirezremoved the vmpointer structure that is no longer user...
2011-10-31  Salvatore SanfilippoMerge pull request #170 from bnoordhuis/fix-sunos-build
2011-10-31  antirez1fe4cd5
2011-10-31  antirez7c6da73
2011-10-31  antirezmaxclients configuration is now implemented dealing...
2011-10-27  antirezIf a Lua script executes for more time than the max...
2011-10-25  antirezLau scripts default max execution time set to 5 seconds.
2011-10-24  antirezSCRIPT command for introspection and control of the...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-10  Salvatore SanfilippoMerge pull request #126 from florean/unstable
2011-10-10  Nathan FloreaAdded a config directive for a Unix socket mask
2011-10-07  antirezRedis Cluster: process node to node CLUSTERMSG_TYPE_PUB...
2011-10-07  antirezpropagate PUBLISH messages using the redis cluster...
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezredisAssertWithClientInfo() is now redisAssertWithInfo...
2011-10-04  antirezIntroduced a redisAssert() variant that is able to...
2011-09-27  antirezReturn errors if a write command is called inside a...
2011-09-27  antirezadded the NOSCRIPT and RANDOM command flags
2011-09-26  antirezcommand table refactoring to make it simpler adding...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
next