Skip to content

Commit

Permalink
clean unuesed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 committed Jan 29, 2025
1 parent 8b87b02 commit f7e298e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cache/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import EventEmitter from 'events'
import Redis, { Result } from 'ioredis'
import Redlock from 'redlock'
import { CMD_SENT_STATUS, recordRedisCommandMetric } from '../metrics'
import { AdapterResponse, censorLogs, makeLogger, sleep } from '../util'
import { censorLogs, makeLogger, sleep } from '../util'
import { Cache, CacheEntry, LocalCache } from './index'
import { CacheTypes, cacheMetricsLabel, cacheSet } from './metrics'
import { CacheTypes } from './metrics'

declare module 'ioredis' {
interface RedisCommander<Context> {
Expand Down

0 comments on commit f7e298e

Please sign in to comment.