Open georgiev-kalin opened 6 months ago
Hello @mrniko,
I was wondering, have you planned a release date for this feature request - I see its currently listed as milestone for 3.37.0
, which has been released at the beginning of this month, but it seems that the feature is not part of it?
Kind Regards, Kalin
Hello @georgiev-kalin,
You're right, it hasn't been implemented yet.
Did you try to use RMapReactive or RMapRx keyIterator(int) method as workaround?
Hello!
We are trying to obtain values from RMap, based on a certain key pattern. However, all methods available now are synchronous (e.g.
values(String keyPattern)
,entrySet(String keyPattern)
).Would you consider providing an asynchronous method for this behaviour or recommend an approach to achieve the same result?
Thank you in advance!
Redisson version: 3.30.0