redis.json 694 B

1234567891011121314151617181920212223
  1. [
  2. { "key": "ref_dict_idx", "type": "hash", "valid": true, "rebuild": "", "description": "参考字典索引" },
  3. { "key": "pali_sent_*", "type": "string", "valid": false, "description": "巴利句子列表" },
  4. {
  5. "key": "pali://sent/*",
  6. "type": "hash",
  7. "valid": true,
  8. "rebuild": "../pali_sent/redis_upgrade_pali_sent.php",
  9. "description": "巴利句子列表"
  10. },
  11. {
  12. "key": "sent://*",
  13. "type": "hash",
  14. "valid": true,
  15. "description": "译文句子列表 key: sent://channel/book-para-start-end "
  16. },
  17. {
  18. "key": "article://*",
  19. "type": "hash",
  20. "valid": true,
  21. "description": "article 主要信息 key: article://id 字段 title,owner,summary,create_time,modify_time "
  22. }
  23. ]