redis.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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,tag,content,create_time,modify_time "
  22. },
  23. {
  24. "key": "dict://comp",
  25. "type": "hash",
  26. "valid": true,
  27. "rebuild": "../dict/redis_comp_part.php",
  28. "description": "复合词数据库内容 feild value= json "
  29. },
  30. {
  31. "key": "dict://term",
  32. "type": "hash",
  33. "valid": true,
  34. "rebuild": "../dict/redis_import_term.php",
  35. "description": "术语数据库内容 feild value= json "
  36. },
  37. {
  38. "key": "dict://user",
  39. "type": "hash",
  40. "valid": true,
  41. "rebuild": "../dict/redis_import_user.php",
  42. "description": "用户字典内容 feild value= json "
  43. },
  44. {
  45. "key": "pali://wordindex.set",
  46. "type": "set",
  47. "valid": true,
  48. "rebuild": "../dict/redis_pali_word_list.php",
  49. "description": "三藏单词列表 "
  50. },
  51. {
  52. "key": "pali://wordindex.hash",
  53. "type": "hash",
  54. "valid": true,
  55. "rebuild": "../dict/redis_pali_word_list.php",
  56. "description": "三藏单词列表 "
  57. },
  58. {
  59. "key": "dict://pm/part",
  60. "type": "hash",
  61. "valid": true,
  62. "rebuild": "../dict/redis_pm_part.php",
  63. "description": "巴缅拆分 "
  64. },
  65. {
  66. "key": "dict://part.hash",
  67. "type": "hash",
  68. "valid": true,
  69. "rebuild": "../dict/redis_split_part.php",
  70. "description": "电脑自动拆分 "
  71. },
  72. {
  73. "key": "dict://regular/part",
  74. "type": "hash",
  75. "valid": true,
  76. "rebuild": "../dict/redis_sys_rgl_part.php",
  77. "description": "系统规则变形表中的拆分部分 "
  78. }
  79. ]