Home
last modified time | relevance | path

Searched defs:pexpireat (Results 1 – 21 of 21) sorted by relevance

/dports/databases/py-aioredis/aioredis-1.3.1/aioredis/commands/
H A Dgeneric.py170 def pexpireat(self, key, timestamp): member in GenericCommandsMixin
/dports/databases/p5-Redis/Redis-1.995/
H A DREADME.pod626 =head2 pexpireat section
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dqueued_redis.h208 QueuedRedis& pexpireat(const StringView &key, long long timestamp) { in pexpireat() function
212 QueuedRedis& pexpireat(const StringView &key, in pexpireat() function
H A Dredis_cluster.cpp93 bool RedisCluster::pexpireat(const StringView &key, long long timestamp) { in pexpireat() function in sw::redis::RedisCluster
H A Dredis.cpp183 bool Redis::pexpireat(const StringView &key, long long timestamp) { in pexpireat() function in sw::redis::Redis
H A Dredis.hpp169 inline bool Redis::pexpireat(const StringView &key, in pexpireat() function in sw::redis::Redis
H A Dredis_cluster.hpp157 inline bool RedisCluster::pexpireat(const StringView &key, in pexpireat() function in sw::redis::RedisCluster
H A Dcommand.h183 inline void pexpireat(Connection &connection, in pexpireat() function
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dqueued_redis.h208 QueuedRedis& pexpireat(const StringView &key, long long timestamp) { in pexpireat() function
212 QueuedRedis& pexpireat(const StringView &key, in pexpireat() function
H A Dredis.hpp169 inline bool Redis::pexpireat(const StringView &key, in pexpireat() function in sw::redis::Redis
H A Dredis_cluster.hpp157 inline bool RedisCluster::pexpireat(const StringView &key, in pexpireat() function in sw::redis::RedisCluster
H A Dcommand.h183 inline void pexpireat(Connection &connection, in pexpireat() function
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dqueued_redis.h208 QueuedRedis& pexpireat(const StringView &key, long long timestamp) { in pexpireat() function
212 QueuedRedis& pexpireat(const StringView &key, in pexpireat() function
H A Dredis_cluster.hpp157 inline bool RedisCluster::pexpireat(const StringView &key, in pexpireat() function in sw::redis::RedisCluster
H A Dredis.hpp169 inline bool Redis::pexpireat(const StringView &key, in pexpireat() function in sw::redis::Redis
H A Dcommand.h183 inline void pexpireat(Connection &connection, in pexpireat() function
/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_cluster.c1506 PHP_METHOD(RedisCluster, pexpireat) { in PHP_METHOD() argument
/dports/databases/py-fakeredis/fakeredis-1.7.0/fakeredis/
H A D_server.py1056 def pexpireat(self, key, ms_timestamp): member in FakeSocket
/dports/databases/py-redis2/redis-py-2.10.6/redis/
H A Dclient.py1090 def pexpireat(self, name, when): member in StrictRedis
/dports/databases/py-redis/redis-3.5.3/redis/
H A Dclient.py1714 def pexpireat(self, name, when): member in Redis
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dserver.h1131 *script, *replconf, *eval, *persist, *set, *pexpireat, *pexpire, member