]> git.saurik.com Git - redis.git/history - src/redis.h
further optimizations for the multi bulk protocol parsing code when big objects are...
[redis.git] / src / redis.h
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...
2011-04-21  antirezCLIENT LIST implemented
2011-04-21  antirezsave peak memory usage as statistic and show it in...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezmake sure that OBJECT ENCODING returns skiplist for...
2011-04-06  antirezOBJECT command implemented
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-30  antirezcentralized cluster config file name. Assigned slots...
2011-03-29  antirezCluster branch merged to unstable.
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
2011-03-11  Pieter NoordhuisMake zzl API unaware of the robj where the ziplist...
2011-03-10  Pieter NoordhuisEncode sorted set after loading from dump
2011-03-10  Pieter NoordhuisAdd new string to long long function
2011-03-09  Pieter NoordhuisConfigurable thresholds for encoded sorted sets
2011-03-09  Pieter NoordhuisPersistence code for encoded sorted sets
2011-03-08  Pieter NoordhuisAdd function to create ziplist-backed sorted set
2011-03-08  Pieter NoordhuisFast conversion of double when representable as long...
2011-03-07  antirezMerge remote branch 'pietern/unstable-sigs' into unstable
2011-03-06  Pieter NoordhuisSave RDB on SIGTERM (see issue #471)
2011-02-28  antirezadded new RDB codes for ziplist encoded lists and intse...
2011-02-28  antirezsave zipmap encoded hashes as blobs. Work in progress.
2011-02-25  antirezless delays in diskstore when there are many writes...
next