Replies: 1 comment
-
This feature is not available in both the core and DistributedCache library. Download the latest libraries from these locations:
Samples
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are looking out for a functionality to enable pattern specific search over keys. E.g. if the Key is "ABCDY", if I pass "ABC*" (wild character), it should do a startswith (starting with ABC*) search. Similarly, *ABC should enable searching the keys ending with ABC. We could also look at making use of Regex to enable the pattern search.
Beta Was this translation helpful? Give feedback.
All reactions