Redisson: Retrieve RMap keys by pattern

Created on 20 Jul 2017  ·  2Comments  ·  Source: redisson/redisson

Hi,

Redis has the feature HSCAN to retrieve the hash keys that matches the given pattern.
I will retrieve the values one by one through get after filtering the keys because some of the keys will contain objects that do not exists for the certain environment.

Is there a way to do this without modifying your code?

Thanks =)

feature

Most helpful comment

Done

All 2 comments

Hi,

It's not implemented yet, but I plan to implement it.

Done

Was this page helpful?
0 / 5 - 0 ratings