Struct redis_driver::ClientTrackingInfo
source · [−]pub struct ClientTrackingInfo {
pub flags: Vec<String>,
pub redirect: i64,
pub prefixes: Vec<String>,
}
Expand description
Result for the client_trackinginfo
command.
Fields
flags: Vec<String>
A list of tracking flags used by the connection.
redirect: i64
The client ID used for notifications redirection, or -1 when none.
prefixes: Vec<String>
A list of key prefixes for which notifications are sent to the client.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientTrackingInfo
impl Send for ClientTrackingInfo
impl Sync for ClientTrackingInfo
impl Unpin for ClientTrackingInfo
impl UnwindSafe for ClientTrackingInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more