Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/koajs/koa-redis

Redis storage for Koa session middleware/cache with Sentinel and Cluster support
https://github.com/koajs/koa-redis

Merge pull request #4 from ktmud/master

allow ttl to be null and dont try catch everything

40531e4a8fdcdcbad68204b46771e4be385bdc05 authored over 10 years ago by dead_horse <[email protected]>
use setex

f76b7c5c892960d007ea6d4df9d2365f984431e9 authored over 10 years ago by Jesse Yang <[email protected]>
more resonable debug

552e2bb8842b9fc5037f42a54ed0a58d444bcc75 authored over 10 years ago by Jesse Yang <[email protected]>
Merge pull request #3 from nomadster/patch-1

Fixed prefix: typo

1aa470597fb1f70f0d31d3dbea77751b639f655c authored over 10 years ago by dead_horse <[email protected]>
allow ttl to be null

b1fc8e449d2017fddfaf1b51045beca9bcd27cab authored over 10 years ago by Jesse Yang <[email protected]>
Fixed prefix: typo

session prefix should default to 'koa:sess:' was defaulting to 'koas:sass:'

d381f04721bdeb288142e7e23c2a5aec65c1dd54 authored over 10 years ago by Alessandro Lensi <[email protected]>
Release 0.0.4

2dd28a2d35e4547e206a586b3cf8fd6f2595bfa0 authored over 10 years ago by dead_horse <[email protected]>
fix expires tll, add test. fix maxage typo

ab457f887bca0c7c437469f735bafa2a2b949017 authored over 10 years ago by dead_horse <[email protected]>
cookies module uses maxage all lowercase

Bug fix: `maxAge` variable is inconsistent with `maxage` used in cookies library. Setting maxAg...

d60586faaaa6965b3e8998dc954e2f4ad8a63d70 authored over 10 years ago by sipajahava <[email protected]>
Fix bug where expires is string but should be Date

Cookies expects expires to be date, when returned from redis it's a string. If expires is retur...

8e66f43263afdb095dc333a4751f9d28d5c62080 authored over 10 years ago by sipajahava <[email protected]>
fix bug where expires is string should be Date

3e84934a786e6b34cc6d9ecf307614d6231a8ce1 authored over 10 years ago by sipajahava <[email protected]>
fix typo

7d0c2743211230fd785b13399b2a15bf6a7ab6c3 authored almost 11 years ago by dead_horse <[email protected]>
Release 0.0.3

ff8c4e9dcb46fbe12fc3348259ab8061e7add276 authored almost 11 years ago by dead_horse <[email protected]>
refine travis.yml, use cnpmjs

e3d4d54e01b6c880c357fc767fd15d1f603f3add authored almost 11 years ago by dead_horse <[email protected]>
fix test, add co to devDependencies

1d8f1917d3921a8d7dd501772867a30f2f360583 authored almost 11 years ago by dead_horse <[email protected]>
fix readme

dfc8edb747c1b301016a7b6f442213c9a5329f17 authored almost 11 years ago by dead_horse <[email protected]>
add benchmark test

b2249fdd3506dc33eb953a5068f04028fd74165a authored almost 11 years ago by dead_horse <[email protected]>
Release 0.0.2

b844ff45f505b00f5b2fac0604ffacde1f0559c9 authored almost 11 years ago by dead_horse <[email protected]>
update readme

e00a4aa15193d6a4b6f7d73457f582aedb4f9926 authored almost 11 years ago by dead_horse <[email protected]>
add example

66b740796ec4c9e0fb447e2f50817555bdcb9cb8 authored almost 11 years ago by dead_horse <[email protected]>
Release 0.0.1

15431e98dedb7c81b66d07730dfcddc610181cec authored almost 11 years ago by dead_horse <[email protected]>
complete test, add get maxAge from cookie

feb8885c7fd7c286bd304ef5c995f09b05635309 authored almost 11 years ago by dead_horse <[email protected]>
fix koa-redis

work with koa-sess

0fd0509fe436aee398465e8900e630f8e4fbc1f5 authored almost 11 years ago by dead_horse <[email protected]>
add AUTHORS

a6808f75aca47f2e127e31433f66e174aef32c6e authored almost 11 years ago by dead_horse <[email protected]>
update all badges

ff6a54bc96f7772fc84a0bf441e4083dc4cb3515 authored almost 11 years ago by dead_horse <[email protected]>
init redis client

51fa5610b3b5a372658fafdba2242b4a3a1ced67 authored almost 11 years ago by dead_horse <[email protected]>
Initial commit

b30ec1d7570b4eb03a8ad243a130ae9002cfada6 authored almost 11 years ago by dead_horse <[email protected]>