format
This commit is contained in:
parent
d858222af7
commit
7d9044ab29
202 changed files with 10755 additions and 10972 deletions
|
|
@ -5,7 +5,7 @@ import type { RedisConfig } from './types';
|
|||
*/
|
||||
export function getRedisConnection(config: RedisConfig) {
|
||||
const isTest = process.env.NODE_ENV === 'test' || process.env['BUNIT'] === '1';
|
||||
|
||||
|
||||
return {
|
||||
host: config.host,
|
||||
port: config.port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue