Struct ntex_redis::cmd::commands::SetCommand [−][src]
pub struct SetCommand { /* fields omitted */ }Implementations
Set the specified expire time, in seconds.
Set the specified expire time, in milliseconds.
Only set the key if it does not already exist.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SetCommand
impl Send for SetCommand
impl Sync for SetCommand
impl Unpin for SetCommand
impl !UnwindSafe for SetCommand
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
