aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-03-22 22:15:32 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-03-22 22:15:32 -0500
commit0692cb8e8292e375c65da8ee99d15747af846467 (patch)
tree5a26e442144fc242d326ab9384ff6a02be5b892e
parent06d395cc798f59a262369b00e827f6a6fc43f9c1 (diff)
parent61d40ea988e23506b0d145c305757e95db78493f (diff)
downloadpackages-0692cb8e8292e375c65da8ee99d15747af846467.tar.gz
packages-0692cb8e8292e375c65da8ee99d15747af846467.zip
Merge pull request #52 from ithkuil/master
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/"
}
]