File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11clj-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
55Installation
66============
@@ -32,12 +32,11 @@ Why clj-redis-session
3232
3333The reason I wrote clj-redis-session is the only redis backed sesssion
3434store 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
3837License
3938=======
4039
41- Copyright (C) 2011 Wu Zhe
40+ Copyright (C) 2011 Wu Zhe
<[email protected] > 4241
4342Distributed under the Eclipse Public License, the same as Clojure.
You can’t perform that action at this time.
0 commit comments