Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
H A DPredisStore.php34 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);
85 $this->redis->setex(
107 $lastKey = $this->redis->lindex($serverKey, -1);
123 $association = $this->redis->get($associationKey);
144 return $this->redis->del($associationKey);
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php25 protected $redis; variable in OAuth\\Common\\Storage\\Redis
44 $this->redis = $redis;
64 $val = $this->redis->hget($this->key, $service);
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(
183 $this->redis->hdel($this->stateKey, $service);
199 $keys = $this->redis->hkeys($this->stateKey);
203 $this->redis->pipeline(
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php25 protected $redis; variable in OAuth\\Common\\Storage\\Redis
38 * @param Predis $redis An instantiated and connected redis client
39 * @param string $key The key to store the token under in redis
40 * @param string $stateKey The key to store the state under in redis.
42 public function __construct(Predis $redis, $key, $stateKey) argument
44 $this->redis = $redis;
57 throw new TokenNotFoundException('Token not found in redis');
64 $val = $this->redis
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisPubSubHandler.php40 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;
H A DRedisHandler.php45 …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/
H A DREADME.md103 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/
H A D49.49.js.map1redis/redis.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACO;AACP;AAC…
H A Dbundle.js.map1redis/redis.contribution.js","webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/redsh…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudRedis.php59 $this->serviceName = 'redis';
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock418 "redis"