Hi all,
Can someone please explain me if it's possible to search the items from a key, using part of key text?
Ex.:
data 1:
key: ThisIsMyKey1
data: ThisIsDataOfKey1
---------------------------------
data 2:
key: ThisIsMyKey2
data: DataOfKey2
------------------------------
data 3:
key: Key3
data: DataOfKey3
If I try to use this 'liststreamkeyitems MyKey', this command returns
data 1:
key: ThisIsMyKey1
data: ThisIsDataOfKey1
---------------------------------
data 2:
key: ThisIsMyKey2
data: DataOfKey2
I don't know if did this question understandable, but can I do this way?
Thanks,
Diego