aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Livesay <ithkuil@gmail.com>2014-03-22 19:02:53 -0700
committerJason Livesay <ithkuil@gmail.com>2014-03-22 19:02:53 -0700
commit61d40ea988e23506b0d145c305757e95db78493f (patch)
tree5a26e442144fc242d326ab9384ff6a02be5b892e
parent06d395cc798f59a262369b00e827f6a6fc43f9c1 (diff)
downloadpackages-61d40ea988e23506b0d145c305757e95db78493f.tar.gz
packages-61d40ea988e23506b0d145c305757e95db78493f.zip
Add redissessions
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d7a6f12..5f24da6 100644
--- a/packages.json
+++ b/packages.json
@@ -595,5 +595,14 @@
"description": "Command to add counter suffix/prefix to a list of files.",
"license": "MIT",
"web": "https://github.com/gradha/number_files/"
+ },
+ {
+ "name": "redissessions",
+ "url": "git://github.com/ithkuil/redissessions/",
+ "method": "git",
+ "tags": ["jester", "sessions", "redis"],
+ "description": "Redis-backed sessions for jester",
+ "license": "MIT",
+ "web": "https://github.com/ithkuil/redissessions/"
}
]