]> git.saurik.com Git - redis.git/history - redis.tcl
added function that preloads all keys needed to execute a MULTI/EXEC block
[redis.git] / redis.tcl
2010-04-23  antirezSETEX implemented
2010-04-19  antirezAdded package require Tcl 8.5 in redis.tcl so it will...
2010-04-16  antirezMerge branch 'hash-refactor' of git://github.com/pieter...
2010-04-15  Pieter Noordhuisadded HSETNX
2010-04-13  antirezMerge branch 'hmget' of git://github.com/pietern/redis
2010-04-12  Pieter Noordhuisimplemented HMGET
2010-04-12  Pieter Noordhuisimplemented HMSET
2010-04-08  antirezMerge branch 'issue_218' of git://github.com/pietern...
2010-04-08  antirezSkiplist theoretical fix
2010-04-07  antirezFirst version of evented Redis Tcl client, that will...
2010-03-17  antirezMerged Pietern patch for VM key args helper function...
2010-03-17  antirezMerge branch 'aggregates' of git://github.com/pietern...
2010-03-17  antirezHEXISTS and tests implemented
2010-03-15  antirezAn interesting refactoring + more expressive internal API
2010-03-15  antirezFixed the same problem in ZREVRANK
2010-03-15  antirezFixed a ZRANK bug
2010-02-04  antirezAPPEND tests
2010-01-22  antirezVM tuning thanks to redis-stat vmstat. Now it performs...
2009-11-21  antirezSORT GET # implemented, with a test
2009-11-20  antirezRPOPLPUSH tests added
2009-11-03  antirezredis.tcl put at toplevel since it's uesd for the test...