Skip to content

Commit

Permalink
add back tick to milliseconds comment
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Aug 8, 2024
1 parent 4a742cb commit 33eb3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void setGenericCommand(client *c,
return;
}

/* If the milliseconds have expired, then we don't need to set it into the
/* If the `milliseconds` have expired, then we don't need to set it into the
* database, and then wait for the active expire to delete it, it is wasteful.
* If the key already exists, delete it. */
if (expire && checkAlreadyExpired(milliseconds)) {
Expand Down

0 comments on commit 33eb3b5

Please sign in to comment.