Is there a way to use liststreamkeyitems to search for partial key matches? I.e..;
Suppose we have the following keys in our stream: '["foo","bar","foobar","fubar"'].
Is there a way to use liststreamkeyitems to search for keys containing 'foo' to get stream items pointed to by the keys '["foo","foobar"]'?