0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 24 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new Redis 2.6 command: TIME. More... about 12 years ago
Greatly improve version detection in the test suite. More... about 12 years ago
Slightly change the test for CONFIG GET. More... about 12 years ago
Remove tests for SLAVEOF, SAVE, BGSAVE and BGREWRITEAOF. More... about 12 years ago
Reduce code used to parse replies to INFO. More... about 12 years ago
Add a test case for connection failures to Redis. More... over 12 years ago
Merge pull request #12 from ignacio/master More... over 12 years ago
Fixes 'error' call when connecting More... over 12 years ago
Merge pull request #11 from ignacio/master More... over 12 years ago
Use an error function per client instead of a global one. More... over 12 years ago
New Redis 2.6 commands: INCRBYFLOAT, HINCRBYFLOAT. More... over 12 years ago
New Redis 2.6 commands: PEXPIRE, PEXPIREAT, PSETEX, PTTL. More... over 12 years ago
Add Redis 2.6 command: SCRIPT. More... over 12 years ago
Use assert_match(). More... over 12 years ago
Use more relaxed tests for TTL, SETEX, EXPIRE and EXPIREAT. More... over 12 years ago
Implement a new parser for INFO used to parse the replies of Redis >= 3.0. More... over 12 years ago
Move the parse of INFO replies to an external function. More... over 12 years ago
Add Redis 2.2.13 command: SLOWLOG. More... over 12 years ago
Properly implement CONFIG GET|SET|RESETSTAT command. More... over 12 years ago
Change the assertion for BGSAVE in the test suite. More... over 12 years ago
Test subscribe message data. More... over 12 years ago
Add tests for Pub/Sub (publish, subscribe) More... over 12 years ago
Add .rockspec for v2.0.2. More... almost 13 years ago
Bump version to v2.0.2. More... almost 13 years ago
Add new Redis 2.6 commands: EVAL, EVALSHA. More... almost 13 years ago
Make it possible to define a custom function to handle error() for the Redis module. More... almost 13 years ago
Do not use assert() to avoid useless string concatenations. More... almost 13 years ago
Minor changes in the pipelining code. More... almost 13 years ago
Update .gitignore. More... almost 13 years ago
Slightly change how the LuaSocket module is loaded. More... almost 13 years ago