From 746265375fb52d96ea7c979567b29f243d37f761 Mon Sep 17 00:00:00 2001 From: Stepan Anchugov Date: Fri, 5 Aug 2016 14:17:17 +0500 Subject: [PATCH] Remove the note on server conf in README Looks like the note about all connections being made to `localhost:6379` is not relevant anymore. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 242257d..e228c25 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,7 @@ return array( ## Configuration -In this first version, all conections are localhost:6379, but as soon as posible connections will be configurable. -You need to configure all queues and serializer. +In order to produce and consume messages, you need to configure all the queues and the serializer. By default serializer has the value 'Json', but also 'PHP' value can be used. Also custom serializer can be implemented by extending default serializer interface. Then you need to add namespace of class into the rs_queue.serializer parameter. ``` yml