摘要: 1.插入队列(生产者) private static RedisClient client = new RedisClient("127.0.0.1", 6379, null);client.EnqueueItemOnList(listId, valuestr); 2.读取队列(消费者) priva 阅读全文
posted @ 2019-06-20 09:01 zklve2 阅读(415) 评论(0) 推荐(0) 编辑