keys

Bun

Symbol

RedisClient.keys

keys(pattern: string): Promise<string[]>

Find all keys matching the given pattern

@param pattern

The pattern to match

@returns

Promise that resolves with an array of matching keys