Enum libnewbee::types::RedisData
[−]
[src]
pub enum RedisData {
String(Key, RedisString),
List(Key, RedisLinkedList),
Set(Key, RedisSet),
ZSet(Key, RedisZSet),
Hash(Key, RedisHash),
ListZipList(Key, RedisString),
ZSetZipList(Key, RedisString),
HashZipList(Key, RedisString),
SetIntSet(Key, RedisString),
}Variants
String(Key, RedisString)List(Key, RedisLinkedList)Set(Key, RedisSet)ZSet(Key, RedisZSet)Hash(Key, RedisHash)this should never support in reids 3.0
ListZipList(Key, RedisString)ZSetZipList(Key, RedisString)HashZipList(Key, RedisString)SetIntSet(Key, RedisString)Methods
impl RedisData[src]
fn copy_key(&self) -> RedisString
Trait Implementations
impl Debug for RedisData[src]
impl Clone for RedisData[src]
fn clone(&self) -> RedisData
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more