krakjoe / apcu

APCu - APC User Cache
Other
964 stars 196 forks source link

feat: improve search pattern validation #492

Closed hrvoj3e closed 10 months ago

hrvoj3e commented 1 year ago

One should be able to use dash (-), wildcard (*) and backslash (\) in search.

E.g. if a key myproject.MyNsA\MyNsB\MyClassC-dataMap exists in cache I would search myproject\.MyNsA\\MyNsB.*-dataMap and get only that specific pattern.