Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Drodevbar committed Jan 15, 2025
1 parent 446ba48 commit 688bbcc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ In such cases, producer-level deduplication should be combined with consumer-lev
2. **Configure your setup:**
```typescript
import { Redis } from 'ioredis'
import { RedisDeduplicationStore } from '@message-queue-toolkit/redis-deduplication-store'
import { RedisMessageDeduplicationStore } from '@message-queue-toolkit/redis-deduplication-store'
import { MessageDeduplicationKeyGenerator } from '@message-queue-toolkit/core'
const redisClient = new Redis({
Expand Down Expand Up @@ -453,7 +453,3 @@ In such cases, producer-level deduplication should be combined with consumer-lev
}
}
```




0 comments on commit 688bbcc

Please sign in to comment.