Searched refs:Redis (Results 1 – 10 of 10) sorted by relevance
47 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {78 if ($this->redisClient instanceof \Redis) {79 $mode = defined('\Redis::MULTI') ? \Redis::MULTI : 1;
42 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) {
34 "predis/predis": "Allows using the Redis storage backend.",
78 phpoauthlib/src/OAuth/Common/Storage/Redis.php
13 class Redis implements TokenStorageInterface class
11 * Stores a token in a Redis server. Requires the Predis library available at https://github.com/nrk/predis13 class Redis implements TokenStorageInterface class 23 * @var object|\Redis
39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
41 - 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`.
394 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"413 "description": "Flexible and feature-complete PHP client library for Redis",
56 * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH91 …* 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