redis.clients.jedis.exceptions.JedisDataException: ERR hash value is not an integer
业务场景https://blog.csdn.net/qq_31071543/article/details/84752778推测抛出异常的原因第一次访问接口时通过void setEntryInHash(String key,String field,String vlaue)方法在redis中存放用户访问当前接口的次数为1,此时不会抛出异常,通过redis命令查看存放的数据为field为:...