From 49640696a8379dd24171b1e7987b1b9a8af625e9 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 2 Dec 2010 19:28:46 +0200 Subject: [PATCH] + update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f957a8c4d..b9016e335 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ For those in a hurry: 1.0.0-BUILD-SNAPSHOT + spring-maven-snapshot true @@ -32,6 +33,7 @@ For those in a hurry: http://maven.springframework.org/snapshot + * Configure the Redis connector to use (here [jedis](https://github.com/xetorthio/jedis) ): - + + * Use RedisTemplate to interact with the Redis store String random = template.randomKey(); template.set(random, new Person("John", "Smith")); + * Use Redis 'views' to execute specific operations based on the underlying Redis type ListOperations listOps = template.listOps();