Enum libnewbee::types::RedisData [] [src]

pub enum RedisData {
    String(KeyRedisString),
    List(KeyRedisLinkedList),
    Set(KeyRedisSet),
    ZSet(KeyRedisZSet),
    Hash(KeyRedisHash),
    ListZipList(KeyRedisString),
    ZSetZipList(KeyRedisString),
    HashZipList(KeyRedisString),
    SetIntSet(KeyRedisString),
}

Variants

this should never support in reids 3.0

Methods

impl RedisData
[src]

Trait Implementations

impl Debug for RedisData
[src]

Formats the value using the given formatter.

impl Clone for RedisData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl RedisFormat for RedisData
[src]

impl FromBuf for RedisData
[src]

always right otherwise panic forever

impl Shift for RedisData
[src]