Redis 阻塞队列
-
Redis队列和阻塞队列的实现
目录Redis队列 ListRedis阻塞队列redis 队列的优点是轻量级,业务足够简单时不需要使用rabbitMq这样专业的消息中间件;缺点是弹出队列中的元素时,即使该消息处理失败也无法再次进行消费[详细]
2023-11-19 09:08 分类:数据库 The best way to assign an immutable instance to a Collection in Java
Today I was reading through some Hibernate code and I encounter something interesting. There is a class called CollectionHelper that defines the following constant varibale:[详细]
2022-12-28 17:10 分类:问答