]> git.saurik.com Git - redis.git/history - src/redis.h
When closing the MDB DBI, do it in a transaction.
[redis.git] / src / redis.h
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
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezfixed flushAppendOnlyFile() function prototype to refle...
2011-09-16  antirezpostpone the AOF fsync if policy is everysec and there...
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-13  antirezRemoved no longer useful fields in the redis server...
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-07-12  antirezmaster branch merged into scripting.
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-06-30  antirezAdded an unique ID field to every slow log entry.
2011-06-30  antirezslow log configuration implemented
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFix for bug 561 and other related problems
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-30  Pieter NoordhuisMake replication faster (biggest gain for small number...
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-25  antirezAll commands exported by Redis to Lua scripts are now...
2011-05-25  antirezEVALSHA implemented
2011-05-25  antirezLua scripts max execution time
2011-05-25  antirezCorrectly glue the reply buffer. For now returned as...
2011-05-25  antirezLua call of Redis command work in progress: sorry I...
2011-05-25  antirezLua function creation on EVAL, basic Lua return type...
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-22  Pieter NoordhuisMinor changes in non-blocking repl. connect
2011-05-19  Pieter NoordhuisNon-blocking connect with master
2011-05-14  Pieter NoordhuisUse rio.h functions in aof.c
2011-05-13  Pieter NoordhuisMove rdbLoad* to top; update comments
2011-05-13  Pieter NoordhuisMake RDB types/opcodes explicit; load/save object type
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisTests for string2ll; move isObject* to object.c
2011-05-05  antirezcluster import/export of hash slots implemented in...
2011-05-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-29  antirezCLUSTER GETKEYSINSLOT implemented
2011-04-28  antireztake a hashslot -> keys index, will be used for cluster...
next