Struct ntex_redis::cmd::commands::LPushCommand [−][src]
pub struct LPushCommand(_);Implementations
Inserts specified values only if key already exists and holds a list.
Add a value to this command.
Add more values to this command.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LPushCommand
impl Send for LPushCommand
impl Sync for LPushCommand
impl Unpin for LPushCommand
impl !UnwindSafe for LPushCommand
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
