]> git.saurik.com Git - redis.git/history - tests/unit/type
Check if stroll return value was clamped
[redis.git] / tests / unit / type /
2010-08-20  Pieter NoordhuisCheck if stroll return value was clamped
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-31  antirezMerge remote branch 'pietern/list-test'
2010-07-29  Pieter NoordhuisChange getDoubleFromObject to fail on NaN.
2010-07-29  Pieter NoordhuisFix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
2010-07-29  Pieter NoordhuisUse a large value to consistently trigger a list encoding,
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-06-24  antirezMerge remote branch 'pietern/zfixes'
2010-06-24  Pieter Noordhuisfix unexpected behavior on an out of range end index...
2010-06-15  Pieter Noordhuistests for BLPOP/BRPOP via an option in the tcl client...
2010-06-15  Pieter Noordhuisfix behavior for out-of-range negative end index on...
2010-06-15  Pieter Noordhuismore tests for zrange and zrevrange; fix behavior for...
2010-06-14  antirezMerge branch 'ltrim-tests' of git://github.com/pietern...
2010-06-14  Pieter Noordhuisrename "list" to "linkedlist" to be more verbose
2010-06-14  Pieter Noordhuischange ltrim tests to cover all min/max cases and add...
2010-06-13  Pieter Noordhuismake sure sets have the right encoding when loaded...
2010-06-13  Pieter Noordhuisuse max number of intset entries in tests and make...
2010-06-13  Pieter Noordhuissmall refactor of SMOVE and tests for SMOVE on sets...
2010-06-12  Pieter Noordhuisintset encoding for sets, refactored set tests to test...
2010-06-12  antirezMerge branch 'expire' of git://github.com/pietern/redis
2010-06-11  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-11  Pieter Noordhuismake LINSERT return -1 when the value could not be...
2010-06-11  Pieter Noordhuischeck if the list encoding needs to be changed on LPUSH...
2010-06-11  Pieter Noordhuismake sure the value to insert is string encoded
2010-06-11  Robey Pointersquashed merge from robey/twitter3: LINSERT BEFORE...
2010-06-04  Pieter Noordhuisgenerated tests for different encodings to avoid test...
2010-06-04  Pieter Noordhuisrefactor list tests to test both encodings; implemented...
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  Pieter Noordhuistags for existing tests
2010-06-02  Pieter Noordhuischanged how server.tcl accepts options to support more...
2010-05-31  antirezMerge branch 'no-appendfsync-on-rewrite'
2010-05-28  antirezMerge branch 'cli-stdin' of git://github.com/pietern...
2010-05-28  antirezFixed ZINCR Nan bugs leading to server crash and added...
2010-05-26  Josiah Carlsonallow regular sets to be passed to zunionstore/zinterstore
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-20  antirezadded regression for zipmap bug
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  antirezZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
2010-05-14  antirezminor fixes to the new test suite, html doc updated