()
| 47 | * Check if database is the configured storage method. |
| 48 | */ |
| 49 | export function isDatabaseStorage(): boolean { |
| 50 | return getStorageMethod() === 'database' |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Get Redis client, but only if Redis is the configured storage method. |
nothing calls this directly
no test coverage detected