rediskeys.properties 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. # suppress inspection "UnusedProperty" for whole file
  2. redis.reqlimit=yjheating:reqlimit
  3. redis.authcode=yjheating:authcode
  4. redis.sessions=yjheating:sessions
  5. redis.platformsupplier=yjheating:platform:supplier
  6. redis.platformsuppliercode=yjheating:platform:suppliercode
  7. #单个redis节点的分布式锁
  8. redis.lock=yjheating:lock
  9. redis.dept=yjheating:sysdept
  10. redis.account=yjheating:account
  11. #存储所有的系统功能,以hash结构存储,如果内存占用高,可把key写成纯数字
  12. redis.sysactions=yjheating:sysactions
  13. #存储所有的系统菜单,以hash结构存储,如果内存占用高,可把key写成纯数字
  14. redis.sysmenus=yjheating:sysmenus
  15. #存储所有的系统角色,以hash结构存储,如果内存占用高,可把key写成纯数字
  16. redis.sysroles=yjheating:sysroles
  17. redis.sysrolemenus=yjheating:sysrolemenus
  18. #存储角色的菜单和功能
  19. redis.sysroleactions=yjheating:sysroleactions
  20. #存储用户角色,每个用户一个键值
  21. #当前服务端未保存用户和session的对应关系,导致无法快速获取用户的角色关系
  22. #这里在首次从数据库中获取时进行存储,在修改员工档案的时候删除键值并修改
  23. redis.sysuserrole=yjheating:sysuserrole
  24. redis.erp.dicttype=yjheating:erp:dicttype
  25. #系统配置
  26. redis.configvalue=yjheating:configvalue
  27. #字典数据
  28. redis.dicttype=yjheating:dicttype
  29. redis.dictdata=yjheating:dictdata
  30. #业务脚本
  31. redis.businessscript=yjheating:businessscript
  32. redis.scriptcompile=yjheating:scriptcompile
  33. #分厂信息
  34. redis.companyinfo = yjheating:companyinfo
  35. #消息类型
  36. redis.erp.noticemessage = yjheating:noticemessage
  37. redis.erp.usernoticemessage = yjheating:usernoticemessage
  38. redis.erp.pay.tradeno = yjheating:erp:pay:tradeno
  39. #消息组前缀
  40. redis.erp.noticemsggroup = yjheating:noticemsggroup
  41. #登录用户,一直记录,用户登录则记录下信息
  42. redis.erp.loginuser = yjheating:loginuser
  43. redis.erp.onlineuser = yjheating:onlineuser
  44. redis.erp.personconfig = yjheating:personconfig
  45. redis.formtoken = yjheating:formtoken
  46. redis.formtokenex = yjheating:formtokenex
  47. #仪表盘
  48. redis.cardpanel = yjheating:cardpanel
  49. #业务锁定数据
  50. redis.erplock.data = yjheating:erplock:data
  51. redis.erplock.userdata = yjheating:erplock:userdata
  52. redis.erplock.exclusivelockpart = yjheating:erplock:exclusivelockpart
  53. #版的版心尺寸
  54. redis.erp.breedplatesize = yjheating:erp:breedplatesize
  55. #查询统计
  56. redis.erp.inquireinfo = yjheating:erp:inquireinfo
  57. #分厂
  58. redis.company.info = yjheating:erp:company:info
  59. redis.erp.product.parameter = yjheating:erp:product:parameter
  60. redis.erp.product.info = yjheating:erp:product:info
  61. redis.erp.product.detail = yjheating:erp:product:detail
  62. redis.erp.product.type = yjheating:erp:product:type
  63. redis.erp.product.pagePrice = yjheating:erp:product:pagePrice
  64. redis.erp.product.example.image = yjheating:erp:product:exampleImage
  65. redis.erp.product.room = yjheating:erp:product:room
  66. #单据打印次数
  67. redis.erp.itemprintcount = yjheating:print:printcount
  68. redis.erp.order.cycle.item = yjheating:erp:cycle:item:order
  69. redis.erp.print.bill.cycle.item = yjheating:erp:cycle:item:printBill
  70. redis.erp.develop.client = yjheating:erp:developclient
  71. redis.erp.develop.client.code = yjheating:erp:developclientcode
  72. #机型机台
  73. redis.erp.machine.type = yjheating:erp:machine:type
  74. redis.erp.machine.info = yjheating:erp:machine:info
  75. #数据锁定
  76. redis.erp.client.industry.info = yjheating:erp:client:industry:info
  77. redis.erp.client.moneybalance = yjheating:erp:client:balance:clientmoney
  78. redis.erp.client.clientlevel = yjheating:erp:client:clientlevel
  79. #纸张品牌
  80. redis.erp.paper.brand = yjheating:erp:paper:brand
  81. #纸张开数档案
  82. redis.erp.paper.cut.info = yjheating:erp:paper:cut:info
  83. redis.erp.paper.cut.size.info= yjheating:erp:paper:cut:size:info
  84. #平台信息档案
  85. redis.deliver.platforminfo = yjheating:deliver:platforminfo
  86. #平台需求条件档案
  87. redis.deliver.platformrequire = yjheating:deliver:platformrequire
  88. #门店品牌
  89. redis.deliver.storebrand = yjheating:deliver:storebrand
  90. #抖音上一次刷新token的时间,将废弃
  91. redis.douyin.lasttokendate = yjheating:douyin:lasttokendate
  92. #抖音当前的token,将废弃
  93. redis.douyin.accesstoken = yjheating:douyin:accesstoken
  94. #平台上一次刷新token的时间
  95. redis.platform.lasttokendate = yjheating:platform:lasttokendate
  96. #平台当前的token
  97. redis.platform.accesstoken = yjheating:platform:accesstoken
  98. redis.erp.order.shop.sequence = yjheating:erp:order:shop:sequence
  99. redis.erp.working.order = yjheating:erp:working:order
  100. redis.erp.working.express.sf.order = yjheating:erp:working:express:sf:order
  101. redis.erp.working.express.sf.store = yjheating:erp:working:express:sf:store
  102. #抖音推送消息msg_id
  103. redis.deliver.douyin.call.msgid = yjheating:douyin:callmsgid
  104. redis.erp.order.rider.geo = yjheating:erp:order:rider:geo
  105. redis.heating.app = yjheating:heating:app