Package com.redis.lettucemod.api.sync
Interface RedisGearsCommands<K,V>
- All Known Subinterfaces:
RedisModulesAdvancedClusterCommands<K,,V> RedisModulesClusterCommands<K,,V> RedisModulesCommands<K,V>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.rgConfigget(K... keys) Deprecated.rgConfigset(Map<K, V> map) Deprecated.Deprecated.Deprecated.Deprecated.rgGetexecution(String id) Deprecated.rgGetexecution(String id, ExecutionMode mode) Deprecated.rgGetresults(String id) Deprecated.Deprecated.rgPyexecute(String function, V... requirements) Deprecated.rgPyexecuteUnblocking(String function, V... requirements) Deprecated.Deprecated.rgUnregister(String id) Deprecated.
-
Method Details
-
rgAbortexecution
Deprecated. -
rgConfigget
Deprecated. -
rgConfigset
Deprecated. -
rgDropexecution
Deprecated. -
rgDumpexecutions
Deprecated. -
rgDumpregistrations
List<Registration> rgDumpregistrations()Deprecated. -
rgGetexecution
Deprecated. -
rgGetexecution
Deprecated. -
rgGetresults
Deprecated. -
rgGetresultsblocking
Deprecated. -
rgPyexecute
Deprecated. -
rgPyexecuteUnblocking
Deprecated. -
rgTrigger
Deprecated. -
rgUnregister
Deprecated.
-