Skip to content

Commit

Permalink
fix expire command doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatanzariti committed Nov 27, 2024
1 parent 7e00add commit f29a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/generic_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ pub enum ExpireOption {
None,
/// Set expiry only when the key has no expiry
Nx,
/// Set expiry only when the key has no expiry
/// Set expiry only when the key has an existing expiry
Xx,
/// Set expiry only when the new expiry is greater than current one
Gt,
Expand Down

0 comments on commit f29a1b4

Please sign in to comment.