This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
db42e12853
factor
/
extra
/
redis
/
authors.txt
3 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
extra.redis: Vocabulary for communicating with the Redis key-value database
2009-05-10 19:06:28 -04:00
Bruno Deferrari
Update redis vocabulary to use the modern protocol The existing Redis vocabulary was using a very old and outdated version of the Redis protocol that couldn't even write values to a modern Redis install. This patch updates the library and tests to use the newer protocol, which should also work on Redis servers all the way back to Redis 1.2.
2014-05-02 16:41:44 -04:00
Benjamin Pollack