1, background official Redis cluster clustering scheme currently used by redis: spring data redis and Luttuce currently used by cli: (luttuce is better than jedis instead of jedis, cluster) 2. Purpose want to delete some pattern matching key on...
when you use spring-data-redis to integrate redis, in a spring project and operate on redis through RedisTemplate, you want to package some operations of multiple redistemplate so that other Redis operations may not be inserted. public class Test { @R...
when you use the lua script to release the lock, an exception occurs when the return value in the lua script is int , but you can use normally when you change the return value to string . error message is as follows: org.springframework.data.redi...