Skip to content

Commit 415aa7f

Browse files
author
Wu Zhe
committed
minor change to README
1 parent 0f191cf commit 415aa7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clj-redis-session uses redis as a Clojure/Ring's HTTP session storage
2-
engine. What makes it different is its support for hierarchical data
3-
storage.
2+
engine. What makes it different is its support for hierarchical data,
3+
actually any *print-str*able clojure data.
44

55
Installation
66
============
@@ -32,12 +32,11 @@ Why clj-redis-session
3232

3333
The reason I wrote clj-redis-session is the only redis backed sesssion
3434
store I could find, https://github.com/paraseba/rrss, doesn't support
35-
hierarchical data structure, e.g. lists, maps (actually any
36-
*print-str*able clojure data).
35+
hierarchical data structure, e.g. lists, maps.
3736

3837
License
3938
=======
4039

41-
Copyright (C) 2011 Wu Zhe
40+
Copyright (C) 2011 Wu Zhe <[email protected]>
4241

4342
Distributed under the Eclipse Public License, the same as Clojure.

0 commit comments

Comments
 (0)