0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update CHANGELOG and README. More... over 13 years ago
Apply code reuse. More... over 13 years ago
Apply minor changes to reduce code by a few line. More... over 13 years ago
Lower the default number of attempts to retry a transaction aborted by the server. More... over 13 years ago
Return also the number of commands successfully processed by a transaction. More... over 13 years ago
Return also the number of commands processed by a pipeline. More... over 13 years ago
Remove now useless stuff from past implementations. More... over 13 years ago
Fix subtle bug when extracting keys to watch. More... over 13 years ago
Update documentation and examples. More... over 13 years ago
Add the first bunch of tests for transaction options. More... over 13 years ago
Adapt tests to the new transaction interface. More... over 13 years ago
Fix a really stupid bug. More... over 13 years ago
More friendly and fail-proof interface for optional parameters in transactions. More... over 13 years ago
Fix bugs in a couple of corner cases discovered while testing with lua-ohm. More... over 13 years ago
Clean up transaction on client-side errors. More... over 13 years ago
Do not fail when MULTI is not called inside a CAS-enabled transaction. More... over 13 years ago
Remove spurious tab characters. More... over 13 years ago
Merge support for CAS into client:transaction(). More... over 13 years ago
Merge branch 'master' of git://github.com/slact/redis-lua into cas More... over 13 years ago
pass all parameters to initialize_transaction on redis:discard() during said transaction More... over 13 years ago
Rename zset_range_parse() to zset_range_reply(). More... over 13 years ago
Add request processors for ZSETRANGE and ZSETRANGEBYSCORE and add support for the LIMIT modifier in ZSETRANGEBYSCORE. More... over 13 years ago
Add missing reply processor for ZRANGEBYSCORE. More... over 13 years ago
Add new Redis 2.2 commands: STRLEN, SETRANGE, GETRANGE, SETBIT, GETBIT, PERSIST, RPUSHX, LPUSHX, LINSERT, BRPOPLPUSH, ZREVRANGEBYSCORE. More... over 13 years ago
check-and-set documentation More... over 13 years ago
check-and-set transaction abstraction via coroutines or two callbacks. transaction can take a single string value for watch_keys as well as a table More... over 13 years ago
transaction client memoizes custom queued commands
Leo
More... over 13 years ago
transaction doc typo
Leo
More... over 13 years ago
Add .rockspec for v2.0.0. More... over 13 years ago
Add .rockspec for v2.0.0. More... over 13 years ago