BinaryRedis.set

Set the string value as value of the key. The string can't be longer than 1073741824 bytes (1 GB). <p> Time complexity: O(1) @param key @param value @return Status code reply

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

Meta