Package com.github.fppt.jedismock.operations.streams


package com.github.fppt.jedismock.operations.streams
  • Classes
    Class
    Description
     
    XADD key [NOMKSTREAM] [(MAXLEN | MINID) [= | ~] threshold [LIMIT count]] (* | id) field value [field value ...]
    Supported options: all, except '~'
    About trim options see XTrim
    XDEL key id [id ...]
    XLEN key
    XRANGE key start end [COUNT count]
    Supported options: COUNT
    XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...]
    All options are supported
     
    XTRIM key (MAXLEN | MINID) [= | ~] threshold [LIMIT count]
    Supported options: MINID, MAXLEN, LIMIT, =
    Unsupported options: "~" - due to the fact that our implementation works as = option