Feature request: pattern matching for liststreamkeys / liststreamkeyitems

+1 vote
It would useful to be able to query stream items based on a sub-part of the key using either wildcards or pattern-matching.
asked Mar 10, 2017 by Steve_mi8

1 Answer

0 votes

Feature requested noted, but let me ask a few more questions:

  1. How many keys do you expect to have in the stream (because this would require a full scan of keys to identify those which match the pattern)?
  2. How would you expect the results to be sorted when returned?
answered Mar 10, 2017 by MultiChain
...