# suppress inspection "UnusedProperty" for whole file redis.reqlimit=yjheating:reqlimit redis.authcode=yjheating:authcode redis.sessions=yjheating:sessions redis.platformsupplier=yjheating:platform:supplier redis.platformsuppliercode=yjheating:platform:suppliercode #单个redis节点的分布式锁 redis.lock=yjheating:lock redis.dept=yjheating:sysdept redis.account=yjheating:account #存储所有的系统功能,以hash结构存储,如果内存占用高,可把key写成纯数字 redis.sysactions=yjheating:sysactions #存储所有的系统菜单,以hash结构存储,如果内存占用高,可把key写成纯数字 redis.sysmenus=yjheating:sysmenus #存储所有的系统角色,以hash结构存储,如果内存占用高,可把key写成纯数字 redis.sysroles=yjheating:sysroles redis.sysrolemenus=yjheating:sysrolemenus #存储角色的菜单和功能 redis.sysroleactions=yjheating:sysroleactions #存储用户角色,每个用户一个键值 #当前服务端未保存用户和session的对应关系,导致无法快速获取用户的角色关系 #这里在首次从数据库中获取时进行存储,在修改员工档案的时候删除键值并修改 redis.sysuserrole=yjheating:sysuserrole redis.erp.dicttype=yjheating:erp:dicttype #系统配置 redis.configvalue=yjheating:configvalue #字典数据 redis.dicttype=yjheating:dicttype redis.dictdata=yjheating:dictdata #业务脚本 redis.businessscript=yjheating:businessscript redis.scriptcompile=yjheating:scriptcompile #分厂信息 redis.companyinfo = yjheating:companyinfo #消息类型 redis.erp.noticemessage = yjheating:noticemessage redis.erp.usernoticemessage = yjheating:usernoticemessage redis.erp.pay.tradeno = yjheating:erp:pay:tradeno #消息组前缀 redis.erp.noticemsggroup = yjheating:noticemsggroup #登录用户,一直记录,用户登录则记录下信息 redis.erp.loginuser = yjheating:loginuser redis.erp.onlineuser = yjheating:onlineuser redis.erp.personconfig = yjheating:personconfig redis.formtoken = yjheating:formtoken redis.formtokenex = yjheating:formtokenex #仪表盘 redis.cardpanel = yjheating:cardpanel #业务锁定数据 redis.erplock.data = yjheating:erplock:data redis.erplock.userdata = yjheating:erplock:userdata redis.erplock.exclusivelockpart = yjheating:erplock:exclusivelockpart #查询统计 redis.erp.inquireinfo = yjheating:erp:inquireinfo #分厂 redis.company.info = yjheating:erp:company:info redis.heating.app = yjheating:heating:app