如题:
String key = "seckill:" + seckillId; byte[] bytes = jedis.get(key.getBytes());
其实这个可以加也可以不加,加了规范些吧