redisson Questions

2

Solved

I am using RSemaphore to maintain a particular count. Please take a look below:- RSemaphore sem = redisson.getSemaphore("custid=10"); sem.trySetPermits(10); try { sem.acquire(); } catch (Interr...
Caltrop asked 23/8, 2018 at 9:46

2

I tried to refer to documents but still I am not clear between difference between ttl an maxIdleTime in CacheConfig class in Redisson. Can anyone shed some light please?
Abscind asked 19/12, 2017 at 23:19

2

Solved

As the title says, was there a spring data redis mapping to the Redisson framework (http://redisson.org)
Gradual asked 14/10, 2016 at 1:5

0

I am considering Lettuce and Redisson java clients for use in my application server (to connect to Redis). I haven't been able to find a proper comparison of the two from people who have tried them...
Anderlecht asked 10/8, 2020 at 19:26

1

I am using Redisson as java redis library whats the corresponding function in redisson for setnx(conditional set a key's value and get result as 1 if value is set). I am using redis in clustered mo...
Jackiejackinoffice asked 2/12, 2018 at 18:44

2

Solved

I currently trying out Redisson as a Redis client and so far I've been able to replace a good chunk of code with no issues. The only problem I'm having now is trying to use the distributed collecti...
Disprove asked 28/8, 2017 at 20:19

0

We are using Redisson to connect to a replicated Redis on AWS elasticache with 1 master and 2 replica nodes. The app makes uses of a number of RLocalCachedMaps, Locks and a few thousand Topics to ...
Graecoroman asked 31/10, 2018 at 15:32

1

Solved

Here is my class: package pepelu; import pepelu.ImportTest.InnerClass.InnerEnum; import javax.annotation.Resource; public class ImportTest { @Resource public static class InnerClass { public ...
Polyphonic asked 16/8, 2018 at 9:11

0

We are using Redisson version 3.6.1 on AWS environment with ElastiCache setup on Replicated mode with 2 nodes. Our main operations are against an LRU bounded RMapCache (https://github.com/redisson/...
Caputo asked 5/3, 2018 at 22:28

1

Solved

Is the redisson client thread-safe? In my application, I would like to maintain one client object and let all the threads use this to get/put to Redis. In the config, there are two parameters threa...
Cabrera asked 21/9, 2017 at 22:14

1

Solved

I am using Redis as a cache service in my Big Data application. The main purpose of Redis is to validate key which we receive from every request. We use RMap for storing key and value pairs, exam...
Lalitta asked 18/7, 2017 at 8:29

1

Solved

Now I have to use a java client for redis. I have come across Jedis and Redisson. EDIT: Reframing as the question was kind of opinion based. Which is more efficient in terms of speed? Any ...
Lazy asked 15/2, 2017 at 13:38

2

Solved

We have a cluster configuration for Redis used as cache. Now due to the normal pattern of write to master and read from slave (with other databases), we are trying to do the same thing with Redis c...
Ticino asked 28/5, 2016 at 11:15
1

© 2022 - 2025 — McMap. All rights reserved.