ScanParams.match

@see <a href="https://redis.io/commands/scan#the-match-option">MATCH option in Redis documentation</a>

@param pattern @return

  1. ScanParams match(const(ubyte)[] pattern)
  2. ScanParams match(string pattern)
    class ScanParams
    match
    (
    string pattern
    )
  3. string match()

Meta