Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90614af

Browse files
committedMay 6, 2025
Simplify CommandParser import in all the packages
1 parent d9ed71b commit 90614af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+122
-122
lines changed
 

‎packages/bloom/lib/commands/bloom/ADD.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CommandParser } from '@redis/client/dist/lib/client/parser';
1+
import { CommandParser } from '@redis/client';
22
import { RedisArgument, Command } from '@redis/client/dist/lib/RESP/types';
33
import { transformBooleanReply } from '@redis/client/dist/lib/commands/generic-transformers';
44

‎packages/bloom/lib/commands/bloom/CARD.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CommandParser } from '@redis/client/dist/lib/client/parser';
1+
import { CommandParser } from '@redis/client';
22
import { RedisArgument, NumberReply, Command } from '@redis/client/dist/lib/RESP/types';
33

44
export default {

0 commit comments

Comments
 (0)
Please sign in to comment.