summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/PredisStore.php
Commit message (Collapse)AuthorAgeFilesLines
* #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmasterOleksandr Zahorulia2016-09-301-1/+1
|
* Provide several modifications on the PredisStore implementation.drmalex072014-03-111-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 Mattila2013-09-021-2/+2
|
* Implemented PredisStore to provide association store for Redis servers.Ville Mattila2013-08-131-0/+208