- append
void append(const(ubyte)[] key, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- asking
void asking()
Undocumented in source. Be warned that the author may not have intended to support it.
- auth
void auth(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- bgrewriteaof
void bgrewriteaof()
Undocumented in source. Be warned that the author may not have intended to support it.
- bgsave
void bgsave()
Undocumented in source. Be warned that the author may not have intended to support it.
- bitcount
void bitcount(const(ubyte)[] key, long start, long end)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitcount
void bitcount(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitfield
void bitfield(const(ubyte)[] key, const(ubyte)[][] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitop
void bitop(BitOP op, const(ubyte)[] destKey, const(ubyte)[][] srcKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitpos
void bitpos(const(ubyte)[] key, bool value, BitPosParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- blpop
void blpop(const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- blpop
void blpop(int timeout, const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- brpop
void brpop(const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- brpop
void brpop(int timeout, const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- brpoplpush
void brpoplpush(const(ubyte)[] source, const(ubyte)[] destination, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- clientGetname
void clientGetname()
Undocumented in source. Be warned that the author may not have intended to support it.
- clientKill
void clientKill(const(ubyte)[] ipPort)
Undocumented in source. Be warned that the author may not have intended to support it.
- clientKill
void clientKill(string ip, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
- clientKill
void clientKill(ClientKillParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- clientList
void clientList()
Undocumented in source. Be warned that the author may not have intended to support it.
- clientPause
void clientPause(long timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- clientSetname
void clientSetname(const(ubyte)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- cluster
void cluster(const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- configGet
void configGet(const(ubyte)[] pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
- configResetStat
void configResetStat()
Undocumented in source. Be warned that the author may not have intended to support it.
- configRewrite
void configRewrite()
Undocumented in source. Be warned that the author may not have intended to support it.
- configSet
void configSet(const(ubyte)[] parameter, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- dbSize
void dbSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- decr
void decr(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- decrBy
void decrBy(const(ubyte)[] key, long decrement)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
void del(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- discard
void discard()
Undocumented in source. Be warned that the author may not have intended to support it.
- dump
void dump(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- echo
void echo(const(ubyte)[] strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- eval
void eval(const(ubyte)[] script, int keyCount, const(ubyte)[][] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- eval
void eval(const(ubyte)[] script, const(ubyte)[] keyCount, const(ubyte)[][] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- evalsha
void evalsha(const(ubyte)[] sha1, int keyCount, const(ubyte)[][] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- evalsha
void evalsha(const(ubyte)[] sha1, const(ubyte)[] keyCount, const(ubyte)[][] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- exec
void exec()
Undocumented in source. Be warned that the author may not have intended to support it.
- exists
void exists(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- expire
void expire(const(ubyte)[] key, int seconds)
Undocumented in source. Be warned that the author may not have intended to support it.
- expireAt
void expireAt(const(ubyte)[] key, long unixTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- flushAll
void flushAll()
Undocumented in source. Be warned that the author may not have intended to support it.
- flushDB
void flushDB()
Undocumented in source. Be warned that the author may not have intended to support it.
- geoadd
void geoadd(const(ubyte)[] key, Map!(const(ubyte)[], GeoCoordinate) memberCoordinateMap)
Undocumented in source. Be warned that the author may not have intended to support it.
- geoadd
void geoadd(const(ubyte)[] key, double longitude, double latitude, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- geodist
void geodist(const(ubyte)[] key, const(ubyte)[] member1, const(ubyte)[] member2, GeoUnit unit)
Undocumented in source. Be warned that the author may not have intended to support it.
- geodist
void geodist(const(ubyte)[] key, const(ubyte)[] member1, const(ubyte)[] member2)
Undocumented in source. Be warned that the author may not have intended to support it.
- geohash
void geohash(const(ubyte)[] key, const(ubyte)[][] members)
Undocumented in source. Be warned that the author may not have intended to support it.
- geopos
void geopos(const(ubyte)[] key, const(ubyte)[][] members)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadius
void georadius(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadius
void georadius(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadiusByMember
void georadiusByMember(const(ubyte)[] key, const(ubyte)[] member, double radius, GeoUnit unit, GeoRadiusParam param)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadiusByMember
void georadiusByMember(const(ubyte)[] key, const(ubyte)[] member, double radius, GeoUnit unit)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadiusByMemberReadonly
void georadiusByMemberReadonly(const(ubyte)[] key, const(ubyte)[] member, double radius, GeoUnit unit, GeoRadiusParam param)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadiusByMemberReadonly
void georadiusByMemberReadonly(const(ubyte)[] key, const(ubyte)[] member, double radius, GeoUnit unit)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadiusReadonly
void georadiusReadonly(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param)
Undocumented in source. Be warned that the author may not have intended to support it.
- georadiusReadonly
void georadiusReadonly(const(ubyte)[] key, double longitude, double latitude, double radius, GeoUnit unit)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
void get(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDB
int getDB()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSet
void getSet(const(ubyte)[] key, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getbit
void getbit(const(ubyte)[] key, long offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- getrange
void getrange(const(ubyte)[] key, long startOffset, long endOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- hdel
void hdel(const(ubyte)[] key, const(ubyte)[][] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
- hexists
void hexists(const(ubyte)[] key, const(ubyte)[] field)
Undocumented in source. Be warned that the author may not have intended to support it.
- hget
void hget(const(ubyte)[] key, const(ubyte)[] field)
Undocumented in source. Be warned that the author may not have intended to support it.
- hgetAll
void hgetAll(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hincrBy
void hincrBy(const(ubyte)[] key, const(ubyte)[] field, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
- hincrByFloat
void hincrByFloat(const(ubyte)[] key, const(ubyte)[] field, double increment)
Undocumented in source. Be warned that the author may not have intended to support it.
- hkeys
void hkeys(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hlen
void hlen(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hmget
void hmget(const(ubyte)[] key, const(ubyte)[][] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
- hmset
void hmset(const(ubyte)[] key, Map!(const(ubyte)[], const(ubyte)[]) hash)
Undocumented in source. Be warned that the author may not have intended to support it.
- hscan
void hscan(const(ubyte)[] key, const(ubyte)[] cursor, ScanParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- hset
void hset(const(ubyte)[] key, const(ubyte)[] field, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- hset
void hset(const(ubyte)[] key, Map!(const(ubyte)[], const(ubyte)[]) hash)
Undocumented in source. Be warned that the author may not have intended to support it.
- hsetnx
void hsetnx(const(ubyte)[] key, const(ubyte)[] field, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- hstrlen
void hstrlen(const(ubyte)[] key, const(ubyte)[] field)
Undocumented in source. Be warned that the author may not have intended to support it.
- hvals
void hvals(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- incr
void incr(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- incrBy
void incrBy(const(ubyte)[] key, long increment)
Undocumented in source. Be warned that the author may not have intended to support it.
- incrByFloat
void incrByFloat(const(ubyte)[] key, double increment)
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info(string section)
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info()
Undocumented in source. Be warned that the author may not have intended to support it.
- isInMulti
bool isInMulti()
Undocumented in source. Be warned that the author may not have intended to support it.
- isInWatch
bool isInWatch()
Undocumented in source. Be warned that the author may not have intended to support it.
- keys
void keys(const(ubyte)[] pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastsave
void lastsave()
Undocumented in source. Be warned that the author may not have intended to support it.
- lindex
void lindex(const(ubyte)[] key, long index)
Undocumented in source. Be warned that the author may not have intended to support it.
- linsert
void linsert(const(ubyte)[] key, ListPosition where, const(ubyte)[] pivot, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- llen
void llen(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lpop
void lpop(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lpush
void lpush(const(ubyte)[] key, const(ubyte)[][] strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- lpushx
void lpushx(const(ubyte)[] key, const(ubyte)[][] strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- lrange
void lrange(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- lrem
void lrem(const(ubyte)[] key, long count, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lset
void lset(const(ubyte)[] key, long index, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- ltrim
void ltrim(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- memoryDoctor
void memoryDoctor()
Undocumented in source. Be warned that the author may not have intended to support it.
- mget
void mget(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- migrate
void migrate(string host, int port, const(ubyte)[] key, int destinationDb, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- migrate
void migrate(string host, int port, int destinationDB, int timeout, MigrateParams params, const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- moduleList
void moduleList()
Undocumented in source. Be warned that the author may not have intended to support it.
- moduleLoad
void moduleLoad(const(ubyte)[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
- moduleUnload
void moduleUnload(const(ubyte)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
- monitor
void monitor()
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(const(ubyte)[] key, int dbIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- mset
void mset(const(ubyte)[][] keysvalues)
Undocumented in source. Be warned that the author may not have intended to support it.
- msetnx
void msetnx(const(ubyte)[][] keysvalues)
Undocumented in source. Be warned that the author may not have intended to support it.
- multi
void multi()
Undocumented in source. Be warned that the author may not have intended to support it.
- objectEncoding
void objectEncoding(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- objectIdletime
void objectIdletime(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- objectRefcount
void objectRefcount(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- persist
void persist(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- pexpire
void pexpire(const(ubyte)[] key, long milliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.
- pexpireAt
void pexpireAt(const(ubyte)[] key, long millisecondsTimestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
- pfadd
void pfadd(const(ubyte)[] key, const(ubyte)[][] elements)
Undocumented in source. Be warned that the author may not have intended to support it.
- pfcount
void pfcount(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- pfcount
void pfcount(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- pfmerge
void pfmerge(const(ubyte)[] destkey, const(ubyte)[][] sourcekeys)
Undocumented in source. Be warned that the author may not have intended to support it.
- ping
void ping()
Undocumented in source. Be warned that the author may not have intended to support it.
- ping
void ping(const(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- psetex
void psetex(const(ubyte)[] key, long milliseconds, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- psubscribe
void psubscribe(const(ubyte)[][] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
- pttl
void pttl(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(const(ubyte)[] channel, const(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- pubsub
void pubsub(const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- punsubscribe
void punsubscribe(const(ubyte)[][] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
- punsubscribe
void punsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
- quit
void quit()
Undocumented in source. Be warned that the author may not have intended to support it.
- randomKey
void randomKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- readonly
void readonly()
Undocumented in source. Be warned that the author may not have intended to support it.
- rename
void rename(const(ubyte)[] oldkey, const(ubyte)[] newkey)
Undocumented in source. Be warned that the author may not have intended to support it.
- renamenx
void renamenx(const(ubyte)[] oldkey, const(ubyte)[] newkey)
Undocumented in source. Be warned that the author may not have intended to support it.
- resetState
void resetState()
Undocumented in source. Be warned that the author may not have intended to support it.
- restore
void restore(const(ubyte)[] key, int ttl, const(ubyte)[] serializedValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- restoreReplace
void restoreReplace(const(ubyte)[] key, int ttl, const(ubyte)[] serializedValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpop
void rpop(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpoplpush
void rpoplpush(const(ubyte)[] srckey, const(ubyte)[] dstkey)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpush
void rpush(const(ubyte)[] key, const(ubyte)[][] strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpushx
void rpushx(const(ubyte)[] key, const(ubyte)[][] strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- sadd
void sadd(const(ubyte)[] key, const(ubyte)[][] members)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
void save()
Undocumented in source. Be warned that the author may not have intended to support it.
- scan
void scan(const(ubyte)[] cursor, ScanParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- scard
void scard(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- scriptExists
void scriptExists(const(ubyte)[][] sha1)
Undocumented in source. Be warned that the author may not have intended to support it.
- scriptFlush
void scriptFlush()
Undocumented in source. Be warned that the author may not have intended to support it.
- scriptKill
void scriptKill()
Undocumented in source. Be warned that the author may not have intended to support it.
- scriptLoad
void scriptLoad(const(ubyte)[] script)
Undocumented in source. Be warned that the author may not have intended to support it.
- sdiff
void sdiff(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- sdiffstore
void sdiffstore(const(ubyte)[] dstkey, const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- select
void select(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- sentinel
void sentinel(const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(const(ubyte)[] key, const(ubyte)[] value, SetParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(const(ubyte)[] key, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDb
void setDb(int db)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPassword
void setPassword(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- setbit
void setbit(const(ubyte)[] key, long offset, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setbit
void setbit(const(ubyte)[] key, long offset, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setex
void setex(const(ubyte)[] key, int seconds, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setnx
void setnx(const(ubyte)[] key, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setrange
void setrange(const(ubyte)[] key, long offset, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
- sinter
void sinter(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- sinterstore
void sinterstore(const(ubyte)[] dstkey, const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- sismember
void sismember(const(ubyte)[] key, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- slaveof
void slaveof(string host, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
- slaveofNoOne
void slaveofNoOne()
Undocumented in source. Be warned that the author may not have intended to support it.
- slowlogGet
void slowlogGet()
Undocumented in source. Be warned that the author may not have intended to support it.
- slowlogGet
void slowlogGet(long entries)
Undocumented in source. Be warned that the author may not have intended to support it.
- slowlogLen
void slowlogLen()
Undocumented in source. Be warned that the author may not have intended to support it.
- slowlogReset
void slowlogReset()
Undocumented in source. Be warned that the author may not have intended to support it.
- smembers
void smembers(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- smove
void smove(const(ubyte)[] srckey, const(ubyte)[] dstkey, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- sort
void sort(const(ubyte)[] key, const(ubyte)[] dstkey)
Undocumented in source. Be warned that the author may not have intended to support it.
- sort
void sort(const(ubyte)[] key, SortingParams sortingParameters, const(ubyte)[] dstkey)
Undocumented in source. Be warned that the author may not have intended to support it.
- sort
void sort(const(ubyte)[] key, SortingParams sortingParameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- sort
void sort(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- spop
void spop(const(ubyte)[] key, long count)
Undocumented in source. Be warned that the author may not have intended to support it.
- spop
void spop(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- srandmember
void srandmember(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- srandmember
void srandmember(const(ubyte)[] key, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- srem
void srem(const(ubyte)[] key, const(ubyte)[][] members)
Undocumented in source. Be warned that the author may not have intended to support it.
- sscan
void sscan(const(ubyte)[] key, const(ubyte)[] cursor, ScanParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- strlen
void strlen(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(const(ubyte)[][] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- substr
void substr(const(ubyte)[] key, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- sunion
void sunion(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- sunionstore
void sunionstore(const(ubyte)[] dstkey, const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- swapDB
void swapDB(int index1, int index2)
Undocumented in source. Be warned that the author may not have intended to support it.
- sync
void sync()
Undocumented in source. Be warned that the author may not have intended to support it.
- time
void time()
Undocumented in source. Be warned that the author may not have intended to support it.
- touch
void touch(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttl
void ttl(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- type
void type(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlink
void unlink(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- unsubscribe
void unsubscribe(const(ubyte)[][] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- unsubscribe
void unsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
- unwatch
void unwatch()
Undocumented in source. Be warned that the author may not have intended to support it.
- waitReplicas
void waitReplicas(int replicas, long timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- watch
void watch(const(ubyte)[][] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- xack
void xack(const(ubyte)[] key, const(ubyte)[] group, const(ubyte)[][] ids)
Undocumented in source. Be warned that the author may not have intended to support it.
- xadd
void xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash, long maxLen, bool approximateLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- xclaim
void xclaim(const(ubyte)[] key, const(ubyte)[] groupname, const(ubyte)[] consumername, long minIdleTime, long newIdleTime, int retries, bool force, const(ubyte)[][] ids)
Undocumented in source. Be warned that the author may not have intended to support it.
- xdel
void xdel(const(ubyte)[] key, const(ubyte)[][] ids)
Undocumented in source. Be warned that the author may not have intended to support it.
- xgroupCreate
void xgroupCreate(const(ubyte)[] key, const(ubyte)[] groupname, const(ubyte)[] id, bool makeStream)
Undocumented in source. Be warned that the author may not have intended to support it.
- xgroupDelConsumer
void xgroupDelConsumer(const(ubyte)[] key, const(ubyte)[] groupname, const(ubyte)[] consumerName)
Undocumented in source. Be warned that the author may not have intended to support it.
- xgroupDestroy
void xgroupDestroy(const(ubyte)[] key, const(ubyte)[] groupname)
Undocumented in source. Be warned that the author may not have intended to support it.
- xgroupSetID
void xgroupSetID(const(ubyte)[] key, const(ubyte)[] groupname, const(ubyte)[] id)
Undocumented in source. Be warned that the author may not have intended to support it.
- xlen
void xlen(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- xpending
void xpending(const(ubyte)[] key, const(ubyte)[] groupname, const(ubyte)[] start, const(ubyte)[] end, int count, const(ubyte)[] consumername)
Undocumented in source. Be warned that the author may not have intended to support it.
- xrange
void xrange(const(ubyte)[] key, const(ubyte)[] start, const(ubyte)[] end, long count)
Undocumented in source. Be warned that the author may not have intended to support it.
- xread
void xread(int count, long block, Map!(const(ubyte)[], const(ubyte)[]) streams)
Undocumented in source. Be warned that the author may not have intended to support it.
- xreadGroup
void xreadGroup(const(ubyte)[] groupname, const(ubyte)[] consumer, int count, long block, bool noAck, Map!(const(ubyte)[], const(ubyte)[]) streams)
Undocumented in source. Be warned that the author may not have intended to support it.
- xrevrange
void xrevrange(const(ubyte)[] key, const(ubyte)[] end, const(ubyte)[] start, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- xtrim
void xtrim(const(ubyte)[] key, long maxLen, bool approximateLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- zadd
void zadd(const(ubyte)[] key, Map!(const(ubyte)[], double) scoreMembers, ZAddParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- zadd
void zadd(const(ubyte)[] key, Map!(const(ubyte)[], double) scoreMembers)
Undocumented in source. Be warned that the author may not have intended to support it.
- zadd
void zadd(const(ubyte)[] key, double score, const(ubyte)[] member, ZAddParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- zadd
void zadd(const(ubyte)[] key, double score, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- zcard
void zcard(const(ubyte)[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- zcount
void zcount(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zcount
void zcount(const(ubyte)[] key, double min, double max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zincrby
void zincrby(const(ubyte)[] key, double increment, const(ubyte)[] member, ZIncrByParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- zincrby
void zincrby(const(ubyte)[] key, double increment, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- zinterstore
void zinterstore(const(ubyte)[] dstkey, ZParams params, const(ubyte)[][] sets)
Undocumented in source. Be warned that the author may not have intended to support it.
- zinterstore
void zinterstore(const(ubyte)[] dstkey, const(ubyte)[][] sets)
Undocumented in source. Be warned that the author may not have intended to support it.
- zlexcount
void zlexcount(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrange
void zrange(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByLex
void zrangeByLex(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByLex
void zrangeByLex(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScore
void zrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScore
void zrangeByScore(const(ubyte)[] key, double min, double max, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScore
void zrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScore
void zrangeByScore(const(ubyte)[] key, double min, double max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScoreWithScores
void zrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScoreWithScores
void zrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScoreWithScores
void zrangeByScoreWithScores(const(ubyte)[] key, double min, double max, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeByScoreWithScores
void zrangeByScoreWithScores(const(ubyte)[] key, double min, double max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrangeWithScores
void zrangeWithScores(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrank
void zrank(const(ubyte)[] key, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrem
void zrem(const(ubyte)[] key, const(ubyte)[][] members)
Undocumented in source. Be warned that the author may not have intended to support it.
- zremrangeByLex
void zremrangeByLex(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zremrangeByRank
void zremrangeByRank(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- zremrangeByScore
void zremrangeByScore(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zremrangeByScore
void zremrangeByScore(const(ubyte)[] key, double min, double max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrange
void zrevrange(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByLex
void zrevrangeByLex(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByLex
void zrevrangeByLex(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScore
void zrevrangeByScore(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScore
void zrevrangeByScore(const(ubyte)[] key, double max, double min, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScore
void zrevrangeByScore(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScore
void zrevrangeByScore(const(ubyte)[] key, double max, double min)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScoreWithScores
void zrevrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScoreWithScores
void zrevrangeByScoreWithScores(const(ubyte)[] key, const(ubyte)[] max, const(ubyte)[] min)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScoreWithScores
void zrevrangeByScoreWithScores(const(ubyte)[] key, double max, double min, int offset, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeByScoreWithScores
void zrevrangeByScoreWithScores(const(ubyte)[] key, double max, double min)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrangeWithScores
void zrevrangeWithScores(const(ubyte)[] key, long start, long stop)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrevrank
void zrevrank(const(ubyte)[] key, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- zscan
void zscan(const(ubyte)[] key, const(ubyte)[] cursor, ScanParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- zscore
void zscore(const(ubyte)[] key, const(ubyte)[] member)
Undocumented in source. Be warned that the author may not have intended to support it.
- zunionstore
void zunionstore(const(ubyte)[] dstkey, ZParams params, const(ubyte)[][] sets)
Undocumented in source. Be warned that the author may not have intended to support it.
- zunionstore
void zunionstore(const(ubyte)[] dstkey, const(ubyte)[][] sets)
Undocumented in source. Be warned that the author may not have intended to support it.