Home
last modified time | relevance | path

Searched refs:Predis (Results 1 – 7 of 7) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php8 use Predis\Client as Predis; alias
38 * @param Predis $redis An instantiated and connected redis client
42 public function __construct(Predis $redis, $key, $stateKey)
216 * @return Predis $redis
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php8 use Predis\Client as Predis; alias
11 * Stores a token in a Redis server. Requires the Predis library available at https://github.com/nrk/predis
38 * @param Predis $redis An instantiated and connected redis client
42 public function __construct(Predis $redis, $key, $stateKey)
216 * @return Predis $redis
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisPubSubHandler.php42 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
H A DRedisHandler.php47 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
/plugin/openid/Auth/OpenID/
H A DPredisStore.php48 function __construct(\Predis\Client $redis, $prefix = '')
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock399 "Predis": "lib/"
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md504 * Added RedisHandler to log to Redis via the Predis library or the phpredis extension