AdvancedBinaryRedisCommands

Undocumented in source.

Members

Functions

clientGetnameBinary
const(ubyte)[] clientGetnameBinary()
Undocumented in source.
clientKill
string clientKill(const(ubyte)[] ipPort)
Undocumented in source.
clientKill
string clientKill(string ip, int port)
Undocumented in source.
clientKill
Long clientKill(ClientKillParams params)
Undocumented in source.
clientListBinary
const(ubyte)[] clientListBinary()
Undocumented in source.
clientSetname
string clientSetname(const(ubyte)[] name)
Undocumented in source.
configGet
List!(const(ubyte)[]) configGet(const(ubyte)[] pattern)
Undocumented in source.
configSet
const(ubyte)[] configSet(const(ubyte)[] parameter, const(ubyte)[] value)
Undocumented in source.
memoryDoctorBinary
const(ubyte)[] memoryDoctorBinary()
Undocumented in source.
migrate
string migrate(string host, int port, const(ubyte)[] key, int destinationDB, int timeout)
Undocumented in source.
migrate
string migrate(string host, int port, int destinationDB, int timeout, MigrateParams params, const(ubyte)[][] keys)
Undocumented in source.
objectEncoding
const(ubyte)[] objectEncoding(const(ubyte)[] key)
Undocumented in source.
objectIdletime
Long objectIdletime(const(ubyte)[] key)
Undocumented in source.
objectRefcount
Long objectRefcount(const(ubyte)[] key)
Undocumented in source.
slowlogGetBinary
List!(const(ubyte)[]) slowlogGetBinary()
Undocumented in source.
slowlogGetBinary
List!(const(ubyte)[]) slowlogGetBinary(long entries)
Undocumented in source.
slowlogLen
Long slowlogLen()
Undocumented in source.
slowlogReset
string slowlogReset()
Undocumented in source.

Meta