From 938ed7c7533ea7b97b422a15daaf0abed26de2be Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 27 Oct 2015 00:37:49 +0100 Subject: [PATCH] Add consolidation part to the readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2252c20c8..5eb25dddce 100644 --- a/README.md +++ b/README.md @@ -742,4 +742,14 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Originally developed by Matthew Ranney, http://ranney.com/ \ No newline at end of file +Originally developed by Matthew Ranney, http://ranney.com/ + +### Consolidation: It's time for celebration + +Right now there are two great redis clients around and both have some advantages above each other. We speak about ioredis and node_redis. So after talking to each other about how we could improve in working together we (that is @luin and @BridgeAR) decided to work towards a single library on the long run. But step by step. + +First of all, we want to split small parts of our libraries into others so that we're both able to use the same code. Those libraries are going to be maintained under the NodeRedis organization. This is going to reduce the maintance overhead, allows others to use the very same code, if they need it and it's way easyer for others to contribute to both libraries. + +We're very happy about this step towards working together as we both want to give you the best redis experience possible. + +If you want to join our cause by help maintaining something, please don't hesitate to contact either one of us.