Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
Signed-off-by: Adar Ovadia <[email protected]>
  • Loading branch information
Adar Ovadia committed Jul 11, 2024
1 parent fff8e36 commit 9f8b501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export function createHSet(
/**
* @internal
*/
export function createHKeys(key: string): redis_request.Command {
export function createHKeys(key: string): command_request.Command {
return createCommand(RequestType.HKeys, [key]);
}

Expand Down

0 comments on commit 9f8b501

Please sign in to comment.