diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-22 22:15:32 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-22 22:15:32 -0500 |
| commit | 0692cb8e8292e375c65da8ee99d15747af846467 (patch) | |
| tree | 5a26e442144fc242d326ab9384ff6a02be5b892e | |
| parent | 06d395cc798f59a262369b00e827f6a6fc43f9c1 (diff) | |
| parent | 61d40ea988e23506b0d145c305757e95db78493f (diff) | |
| download | packages-0692cb8e8292e375c65da8ee99d15747af846467.tar.gz packages-0692cb8e8292e375c65da8ee99d15747af846467.zip | |
Merge pull request #52 from ithkuil/master
Add redissessions
| -rw-r--r-- | packages.json | 9 |
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/" } ] |
