BinaryRedis.set

Set the string value as value of the key. The string can't be longer than 1073741824 bytes (1 GB). @param key @param value @param params @return Status code reply

  1. string set(const(ubyte)[] key, const(ubyte)[] value)
  2. string set(const(ubyte)[] key, const(ubyte)[] value, SetParams params)
    class BinaryRedis
    string
    set
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] value
    ,)

Meta