Skip to content

Commit

Permalink
move redisClient to bte-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Jan 19, 2024
1 parent 4f69547 commit a5c4e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"@opentelemetry/api": "^1.7.0",
"@sentry/node": "^7.74.1",
"debug": "^4.3.4",
"lodash": "^4.17.21"
"ioredis": "^5.3.2",
"ioredis-mock": "^8.9.0",
"lodash": "^4.17.21",
"redlock": "5.0.0-beta.2"
}
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from "./types";
export * from "./log_entry";
export * from "./telemetry";
export * from "./misc";
export * from "./redis-client";

0 comments on commit a5c4e8d

Please sign in to comment.