Java org.springframework.data.redis.support.collections RedisMap fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.support.collections RedisMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.support.collections RedisMap.

The text is from its open source code.

Method

Vput(K key, V value)
Associates the specified value with the specified key in this map (optional operation).
voidputAll(Map m)
Copies all of the mappings from the specified map to this map (optional operation).