Redis.xadd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. StreamEntryID xadd(string key, StreamEntryID id, Map!(string, string) hash)
  2. alias xadd = BinaryRedis.xadd
  3. StreamEntryID xadd(string key, StreamEntryID id, Map!(string, string) hash, long maxLen, bool approximateLength)
    class Redis
    xadd
    (
    string key
    ,,
    Map!(string, string) hash
    ,
    long maxLen
    ,)

Meta