pub struct Redis { /* private fields */ }
Implementations§
Source§impl Redis
impl Redis
pub fn getdel<KEY>(&self, key: KEY) -> Result<GetdelCommand>where
KEY: Serialize,
Source§impl Redis
impl Redis
pub fn hgetall<KEY>(&self, key: KEY) -> Result<HgetallCommand>where
KEY: Serialize,
Source§impl Redis
impl Redis
pub fn smembers<KEY>(&self, key: KEY) -> Result<SmembersCommand>where
KEY: Serialize,
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Redis
impl !RefUnwindSafe for Redis
impl Send for Redis
impl Sync for Redis
impl Unpin for Redis
impl !UnwindSafe for Redis
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more