Comment on redis_lookup function: do not use
This commit is contained in:
parent
2cf5dff011
commit
8febd14eb6
@ -76,7 +76,7 @@ public class RedisLookupPluginFunction extends LookupTableFunction<GenericLookup
|
||||
public FunctionDescriptor<GenericLookupResult> descriptor() {
|
||||
return FunctionDescriptor.<GenericLookupResult>builder()
|
||||
.name(NAME)
|
||||
.description("Match a key into Redis instance and return value")
|
||||
.description("Match a key into Redis instance and return value. Do not use, prefer standard 'lookup_*' functions")
|
||||
.params(keyParam)
|
||||
.returnType(GenericLookupResult.class)
|
||||
.build();
|
||||
|
Loading…
Reference in New Issue
Block a user