You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.go 519B

123456789101112131415161718192021222324
  1. package nodb
  2. // todo, add info
  3. // type Keyspace struct {
  4. // Kvs int `json:"kvs"`
  5. // KvExpires int `json:"kv_expires"`
  6. // Lists int `json:"lists"`
  7. // ListExpires int `json:"list_expires"`
  8. // Bitmaps int `json:"bitmaps"`
  9. // BitmapExpires int `json:"bitmap_expires"`
  10. // ZSets int `json:"zsets"`
  11. // ZSetExpires int `json:"zset_expires"`
  12. // Hashes int `json:"hashes"`
  13. // HashExpires int `json:"hahsh_expires"`
  14. // }
  15. // type Info struct {
  16. // KeySpaces [MaxDBNumber]Keyspace
  17. // }