+ update readme

This commit is contained in:
Costin Leau
2011-07-05 19:38:31 +03:00
parent 35cb6fc5e1
commit 6517644596

View File

@@ -61,6 +61,7 @@ For those in a hurry:
ListOperations<String, Person> listOps = template.listOps();
listOps.rightPush(random, new Person("Jane", "Smith"));
List<Person> peopleOnSecondFloor = listOps.range("users:floor:2", 0, -1);
Contributing to Spring Data