Skip to content

Commit

Permalink
used redis lab online and necessary adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
myspace20 committed Mar 31, 2024
1 parent eeae860 commit 839a21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import configs from './default';
import { logger } from '../server/util/logger';

const client = createClient({
password: configs.redis.password,
socket: {
host: configs.redis.url,
port: Number(configs.redis.port),
Expand Down

0 comments on commit 839a21d

Please sign in to comment.