()
| 40 | * Use this for conditional logic that depends on storage type. |
| 41 | */ |
| 42 | export function isRedisStorage(): boolean { |
| 43 | return getStorageMethod() === 'redis' |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Check if database is the configured storage method. |
no test coverage detected