/plugin/openid/Auth/OpenID/ |
D | PredisStore.php | 34 protected $redis; variable in Auth_OpenID_PredisStore 48 function __construct(\Predis\Client $redis, $prefix = '') argument 51 $this->redis = $redis; 68 $this->redis->lpush( 77 $expiration = $this->redis->get($expirationKey); 79 $this->redis->set($expirationKey, $newExpiration); 80 $this->redis->expireat($serverKey, $newExpiration); 81 $this->redis->expireat($expirationKey, $newExpiration); 85 $this->redis->setex( 107 $lastKey = $this->redis->lindex($serverKey, -1); [all …]
|
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/ |
D | Redis.php | 25 protected $redis; variable in OAuth\\Common\\Storage\\Redis 38 * @param Predis $redis An instantiated and connected redis client 42 public function __construct(Predis $redis, $key, $stateKey) argument 44 $this->redis = $redis; 64 $val = $this->redis->hget($this->key, $service); 75 $this->redis->hset($this->key, $service, serialize($token)); 93 return $this->redis->hexists($this->key, $service); 101 $this->redis->hdel($this->key, $service); 117 $keys = $this->redis->hkeys($this->key); 121 $this->redis->pipeline( [all …]
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/ |
D | Redis.php | 25 protected $redis; variable in OAuth\\Common\\Storage\\Redis 38 * @param Predis $redis An instantiated and connected redis client 42 public function __construct(Predis $redis, $key, $stateKey) argument 44 $this->redis = $redis; 64 $val = $this->redis->hget($this->key, $service); 75 $this->redis->hset($this->key, $service, serialize($token)); 93 return $this->redis->hexists($this->key, $service); 101 $this->redis->hdel($this->key, $service); 117 $keys = $this->redis->hkeys($this->key); 121 $this->redis->pipeline( [all …]
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
D | RedisPubSubHandler.php | 40 public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true) argument 42 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) { 46 $this->redisClient = $redis;
|
D | RedisHandler.php | 45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int … argument 47 if (!(($redis instanceof \Predis\Client) || ($redis instanceof \Redis))) { 51 $this->redisClient = $redis;
|
/plugin/elasticsearch/vendor/nyholm/dsn/ |
D | README.md | 103 The string `redis://127.0.0.1` will automatically be converted to `dsn(redis://127.0.0.1)` 176 redis://(host1:1234,host2:1234?node2_option=a)?global_option=b
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 49.49.js.map | 1 …redis/redis.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACO;AACP;AAC…
|
D | bundle.js.map | 1 …redis/redis.contribution.js","webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/redsh…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | CloudRedis.php | 59 $this->serviceName = 'redis';
|
/plugin/oauth/vendor/lusitanian/oauth/ |
D | composer.lock | 418 "redis"
|