]> granicus.if.org Git - ejabberd/commitdiff
Note about Redis requirement in the test suite README
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sun, 15 Jul 2018 07:14:47 +0000 (10:14 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sun, 15 Jul 2018 07:14:47 +0000 (10:14 +0300)
test/README

index 99e5eec12d62ab633d880a0fbc17d5f7cec74432..493bff3417391d5dd1d6ba976c35d9ee7c69b6ce 100644 (file)
@@ -1,6 +1,7 @@
-You need MySQL, PostgreSQL and Riak up and running.
+You need MySQL, PostgreSQL, Redis and Riak up and running.
 MySQL should be accepting TCP connections on localhost:3306.
 PostgreSQL should be accepting TCP connections on localhost:5432.
+Redis should be accepting TCP connections on localhost:6379.
 Riak should be accepting TCP connections on localhost:8087.
 MySQL and PostgreSQL should grant full access to user 'ejabberd_test' with
 password 'ejabberd_test' on database 'ejabberd_test'.