1 2 3 4 5 6 7 8 9
use crate::key_composer::KeyTag; pub use crate::meta::{decode_sortable_f64, encode_sortable_f64}; define_simple_key_meta!( ZSetMeta, ZSet, KeyTag::ZSetMeta.as_slice(), "有序集合结构元数据(对标 Apache Kvrocks ZSetMetadata 26字节 / 紧凑25字节)" );