diff options
| author | Jason Livesay <ithkuil@gmail.com> | 2014-03-22 19:02:53 -0700 |
|---|---|---|
| committer | Jason Livesay <ithkuil@gmail.com> | 2014-03-22 19:02:53 -0700 |
| commit | 61d40ea988e23506b0d145c305757e95db78493f (patch) | |
| tree | 5a26e442144fc242d326ab9384ff6a02be5b892e | |
| parent | 06d395cc798f59a262369b00e827f6a6fc43f9c1 (diff) | |
| download | packages-61d40ea988e23506b0d145c305757e95db78493f.tar.gz packages-61d40ea988e23506b0d145c305757e95db78493f.zip | |
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/" } ] |
