Searching for keys with a common `playground:*` prefix seems a bit complicated: `~"^playground:.*"~"."` I wonder, if this could be simplified a bit to `playground:*=*`, or `playground:*~*`, or maybe even `playground:*`?
Searching for keys with a common
playground:*prefix seems a bit complicated:~"^playground:.*"~"."I wonder, if this could be simplified a bit to
playground:*=*, orplayground:*~*, or maybe evenplayground:*?