GH-12936 Add KVListWithOptions function to plugin.Helpers (#13576)
Automatic Merge
Этот коммит содержится в:
@@ -56,6 +56,11 @@ type Helpers interface {
|
||||
// Minimum server version: 5.6
|
||||
KVSetWithExpiryJSON(key string, value interface{}, expireInSeconds int64) error
|
||||
|
||||
// KVListWithOptions returns all keys that match the given options. If no options are provided then all keys are returned.
|
||||
//
|
||||
// Minimum server version: 5.6
|
||||
KVListWithOptions(options ...KVListOption) ([]string, error)
|
||||
|
||||
// CheckRequiredServerConfiguration checks if the server is configured according to
|
||||
// plugin requirements.
|
||||
//
|
||||
|
||||
Ссылка в новой задаче
Block a user