fix typo on Set command apply function: Get should be Set (#52)
This commit is contained in:
@@ -105,7 +105,7 @@ impl Set {
|
|||||||
Ok(Set { key, value, expire })
|
Ok(Set { key, value, expire })
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Apply the `Get` command to the specified `Db` instance.
|
/// Apply the `Set` command to the specified `Db` instance.
|
||||||
///
|
///
|
||||||
/// The response is written to `dst`. This is called by the server in order
|
/// The response is written to `dst`. This is called by the server in order
|
||||||
/// to execute a received command.
|
/// to execute a received command.
|
||||||
|
|||||||
Reference in New Issue
Block a user