javadoc fixed

pull/4226/head
Nikita Koksharov
parent 666faba3ba
commit 3dd1c442d3

@ -30,7 +30,7 @@ public interface RFunction extends RFunctionAsync {
enum Mode {
/**
* Execute script as read operation
* Execute function as read operation
*/
READ,
@ -62,7 +62,7 @@ public interface RFunction extends RFunctionAsync {
STRING(RedisCommands.FCALL_STRING),
/**
* Result is a value of Object type
* Result is a value of user defined type
*/
VALUE(RedisCommands.FCALL_OBJECT),

Loading…
Cancel
Save