pub type RedisModuleClientInfoV1 = RedisModuleClientInfo;

Aliased Type§

struct RedisModuleClientInfoV1 {
    pub version: u64,
    pub flags: u64,
    pub id: u64,
    pub addr: [i8; 46],
    pub port: u16,
    pub db: u16,
}

Fields§

§version: u64§flags: u64§id: u64§addr: [i8; 46]§port: u16§db: u16

Trait Implementations§

source§

impl Clone for RedisModuleClientInfo

source§

fn clone(&self) -> RedisModuleClientInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RedisModuleClientInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for RedisModuleClientInfo