myhearis

Results 1 issues of myhearis

` @Override public void handleInRedis(long seckillId, long userPhone) throws SeckillException { Jedis jedis = jedisPool.getResource(); //获取前缀,+商品的秒杀id=当前秒杀商品的key String inventoryKey = RedisKeyPrefix.SECKILL_INVENTORY + seckillId; //key前缀+商品的秒杀id String boughtKey = RedisKeyPrefix.BOUGHT_USERS + seckillId; //获取商品库存...