README.rdoc in ruote-redis-2.2.0 vs README.rdoc in ruote-redis-2.3.0
- old
+ new
@@ -19,33 +19,34 @@
# ...
Passing an em-redis instance might work, but I haven't tried.
-Tested with Redis 1.2.6 and 2.0.4 (redis-rb 2.1.1).
+Tested with Redis 2.0.1 (redis-rb 3.0.1) on Debian GNU/Linux.
+Tested with Redis 2.4.16 (redis-rb 3.0.1) on OSX snoleo.
== running tests
assuming you have
ruote/
ruote-redis/
-start a redis server instance (port 6379) and then
+start a redis server instance (port 6379) and then
* unit tests :
get into ruote/ and do
- ruby test/unit/storage.rb -- --redis
+ RUOTE_STORAGE=redis ruby test/functional/storage.rb
* functional tests :
get into ruote/ and do
- ruby test/functional/test.rb -- --redis
+ RUOTE_STORAGE=redis ruby test/functional/test.rb
== license
MIT