From 704c181145485c13ad3379527ec325822fbbc383 Mon Sep 17 00:00:00 2001 From: Ray Slakinski Date: Mon, 10 May 2010 14:34:49 -0400 Subject: [PATCH] giving some credit to eric flo --- README.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 646d69d..04ef855 100644 --- a/README.markdown +++ b/README.markdown @@ -7,6 +7,8 @@ The advantage to using this over other solutions is that your data is persistent unlike memcached, and Cassandra is designed to store key-value data like this, so performance is much closer to that of memcached than with a database. +Note: This work was initially based off of [tokyo-tyrant-sessions](http://github.com/ericflo/django-tokyo-sessions) by Eric Flo. + Installing cassandra-sessions ----------------------------- @@ -32,7 +34,4 @@ Installing cassandra-sessions org.apache.cassandra.locator.RackUnawareStrategy 1 org.apache.cassandra.locator.EndPointSnitch - - -That's it. Hopefully this backend gives you all the better performance while -still not sacrificing persistence. \ No newline at end of file + \ No newline at end of file