Home
last modified time | relevance | path

Searched refs:Redis (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DRedisHandler.php47 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
78 if ($this->redisClient instanceof \Redis) {
79 $mode = defined('\Redis::MULTI') ? \Redis::MULTI : 1;
DRedisPubSubHandler.php42 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
/plugin/oauth/
H A Dcomposer.lock34 "predis/predis": "Allows using the Redis storage backend.",
H A Ddeleted.files78 phpoauthlib/src/OAuth/Common/Storage/Redis.php
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
DRedis.php13 class Redis implements TokenStorageInterface class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php13 class Redis implements TokenStorageInterface class
/plugin/evesso/phpoauthlib/
DREADME.md39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock394 … "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
413 "description": "Flexible and feature-complete PHP client library for Redis",
H A DREADME.md41 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md56 * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH
91 …* Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in S…
177 …* Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in S…
504 * Added RedisHandler to log to Redis via the Predis library or the phpredis extension