Skip to content

Commit

Permalink
check_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MAlj11 committed Dec 1, 2023
1 parent 74b347b commit edaab07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/redis_chat_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func applyRedisChatOptions(options ...RedisChatMessageHistoryOption) *RedisChatM
redisConfOptions: RedisConfOptions{
Address: "localhost:6379",
Password: "",
Db: 0,
DB: 0,
TTl: DefaultKeyExpire,
KeyPrefix: "message_store:",
},
Expand Down

0 comments on commit edaab07

Please sign in to comment.