| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Jedis.lolwut(LolwutParams lolwutParams) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ServerCommands.lolwut(LolwutParams lolwutParams) |
| Modifier and Type | Method and Description |
|---|---|
LolwutParams |
LolwutParams.args(java.lang.String... args)
Deprecated.
|
LolwutParams |
LolwutParams.optionalArguments(java.lang.String... args) |
LolwutParams |
LolwutParams.version(int version) |
Copyright © 2025. All rights reserved.