Toggle navigation
Home
org.redisson.reactive.MapReactive to org.redisson.RedissonMap
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'redisson'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
map.scanIteratorAsync(client,nextIterPos,pattern,count)
to
map.scanIteratorAsync(map.getName(),client,nextIterPos,pattern,count)
map.putSync((K)entry.getKey(),value)
to
map.put((K)entry.getKey(),value)