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/
H A DRedisHandler.php47 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
78 if ($this->redisClient instanceof \Redis) {
79 $mode = defined('\Redis::MULTI') ? \Redis::MULTI : 1;
H A 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/
H A DRedis.php13 class Redis implements TokenStorageInterface class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php11 * Stores a token in a Redis server. Requires the Predis library available at https://github.com/nrk/predis
13 class Redis implements TokenStorageInterface class
23 * @var object|\Redis
/plugin/evesso/phpoauthlib/
H A 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 DREADME.md41 - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`.
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",
/plugin/authgooglesheets/vendor/monolog/monolog/
H A 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