Redisson: Multimap tries to keep the List/Set on the same node, but ignores Key Hash Tags in the given Key

Created on 7 Feb 2018  路  3Comments  路  Source: redisson/redisson

As I described in the title, I am trying to utilize Key Hash Tags to accumulate data on the same ClusterNode.
I am using a Multimap and noticed the Key for the Lists/Sets are wrapped in the Key Hash Tags and so they may be placed on another Node.

For example:
The MultiMap key is "{multi.map}.some.key".
An entry in it would be saved in the List/Set "{{multi.map}.some.key}:ADJ...".
So the Hash is not "multi.map" but rather "{multi.map".

For further information see the "Key Hash Tag" section on https://redis.io/topics/cluster-spec

bug

All 3 comments

It's a bug! Thanks for report!

Done

Thanks a lot :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leenux picture leenux  路  4Comments

alexey-novikov-onix picture alexey-novikov-onix  路  4Comments

rsmilyanov picture rsmilyanov  路  3Comments

julialiu15 picture julialiu15  路  4Comments

racevedoo picture racevedoo  路  3Comments