]> gitweb.factorcode.org Git - factor.git/commit
Update redis vocabulary to use the modern protocol
authorBenjamin Pollack <benjamin@bitquabit.com>
Fri, 2 May 2014 20:41:44 +0000 (16:41 -0400)
committerBenjamin Pollack <benjamin@bitquabit.com>
Tue, 6 May 2014 20:29:32 +0000 (16:29 -0400)
commit7b1876250b95a7e9529484fa8b2f03bacb475bd7
treedba030a90625874179906d2681e6c8eed138ef84
parent0d4afd2f3162ea5c5d85193ded8aa98fb93d16c3
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.
extra/redis/assoc/assoc.factor
extra/redis/authors.txt
extra/redis/command-writer/authors.txt
extra/redis/command-writer/command-writer-tests.factor
extra/redis/command-writer/command-writer.factor
extra/redis/redis-tests.factor [new file with mode: 0644]
extra/redis/redis.factor
extra/redis/response-parser/authors.txt
extra/redis/response-parser/response-parser.factor