Skip to content

Commit

Permalink
Merge pull request #102 from microlinkhq/dependabot/npm_and_yarn/iore…
Browse files Browse the repository at this point in the history
…dis-5.0.2

Build(deps): Bump ioredis from 4.28.5 to 5.0.2
  • Loading branch information
Kikobeats authored Apr 1, 2022
2 parents 14a414a + 9fc462f commit d388f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"value"
],
"dependencies": {
"ioredis": "~4.28.5",
"ioredis": "~5.0.2",
"p-event": "~4.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/redis/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// TypeScript Version: 2.3

import { Store } from '@keyvhq/core'
import ioredis from 'ioredis'
import { RedisOptions } from 'ioredis'
import { EventEmitter } from 'events'

declare class KeyvRedis extends EventEmitter implements Store<string | undefined> {
Expand All @@ -25,7 +25,7 @@ declare class KeyvRedis extends EventEmitter implements Store<string | undefined
}

declare namespace KeyvRedis {
interface Options extends ioredis.RedisOptions {
interface Options extends RedisOptions {
uri?: string | undefined
emitErrors?: boolean | true
}
Expand Down

0 comments on commit d388f21

Please sign in to comment.