| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionStats |
UnifiedJedis.functionStats() |
FunctionStats |
Jedis.functionStats() |
| Modifier and Type | Method and Description |
|---|---|
Response<FunctionStats> |
PipeliningBase.functionStats() |
CommandObject<FunctionStats> |
CommandObjects.functionStats() |
| Modifier and Type | Method and Description |
|---|---|
FunctionStats |
FunctionCommands.functionStats()
Return information about the function that's currently running and information
about the available execution engines.
|
| Modifier and Type | Method and Description |
|---|---|
Response<FunctionStats> |
FunctionPipelineCommands.functionStats() |
| Modifier and Type | Field and Description |
|---|---|
static Builder<FunctionStats> |
FunctionStats.FUNCTION_STATS_BUILDER |
Copyright © 2025. All rights reserved.