Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/lib/client/commands-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ export default class RedisCommandsQueue {
/**
*
* Extracts commands for the given slots from the toWrite queue.
* Some commands dont have "slotNumber", which means they are not designated to particular slot/node.
* Some commands don't have "slotNumber", which means they are not designated to particular slot/node.
* We ignore those.
*/
extractCommandsForSlots(slots: Set<number>): CommandToWrite[] {
Expand Down
Loading