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 ...
-
Updated
Oct 22, 2021 - Java


Add an example script that shows how to use the
BLPOPcommand to block indefinitely until an element is pushed to a list, then returns that element and displays it withconsole.log.Use the
LPUSHcommand to push an element into the list, which should unblock yourBLPOPcall.For this, you'll need to use the "isolated" option, see the documentation in the README [here](https://github.