| Package | Description |
|---|---|
| com.github.fppt.jedismock.datastructures | |
| com.github.fppt.jedismock.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
RMBitMap |
class |
RMHash |
class |
RMHyperLogLog |
class |
RMList |
class |
RMSet |
class |
RMString |
class |
RMZSet |
class |
StringCompatible |
| Modifier and Type | Method and Description |
|---|---|
RMDataStructure |
Slice.extract() |
| Modifier and Type | Method and Description |
|---|---|
RMDataStructure |
RedisBase.getValue(Slice key) |
RMDataStructure |
ExpiringKeyValueStorage.getValue(Slice key) |
| Modifier and Type | Method and Description |
|---|---|
Map<Slice,RMDataStructure> |
ExpiringKeyValueStorage.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpiringKeyValueStorage.put(Slice key,
RMDataStructure value,
Long ttl) |
void |
RedisBase.putValue(Slice key,
RMDataStructure value) |
void |
RedisBase.putValue(Slice key,
RMDataStructure value,
Long ttl) |
void |
RedisBase.putValueWithoutClearingTtl(Slice key,
RMDataStructure value) |
Copyright © 2023. All rights reserved.