Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmaster | Oleksandr Zahorulia | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Provide several modifications on the PredisStore implementation. | drmalex07 | 2014-03-11 | 1 | -4/+7 |
| | | | | | | | | - Fixed some typos - Fixed the way an association is retreived from the store (getAssociation()). The existing implementation was poping (LPOP) from a list, causing unneeded re-associations. If we need to discard stale association handles, i think we should rather set the appropriate expiry intervals. | ||||
* | Fixed wrong expiration command (expiresat -> expireat) | Ville Mattila | 2013-09-02 | 1 | -2/+2 |
| | |||||
* | Implemented PredisStore to provide association store for Redis servers. | Ville Mattila | 2013-08-13 | 1 | -0/+208 |