Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
java
map
redis
set
list
queue
executor
cache
scheduler
redis-cluster
lock
session
tomcat
distributed
redis-client
hibernate
mapreduce
distributed-locks
spring-cache
-
Updated
Mar 3, 2022 - Java
Hi there, thank you for this useful gem!
I'm using it both with Resque and Sidekiq, and as the README says, in order to properly make Sidekiq queue cleanup and job death working with this gem, the patch needs to be required.
Can you please better explain how this patch works and why is it necessary?
More particularly, why is it always calling
ActiveJob::Uniqueness.unlock!
, that delete loc