Add sorting and limit to store's List
This commit is contained in:
@@ -3,6 +3,6 @@ package store
|
||||
type Client interface {
|
||||
Get(string, string) ([]byte, error)
|
||||
Set(string, string, []byte) error
|
||||
List(string, string) ([]string, error)
|
||||
List(string, string, bool, int) ([]string, error)
|
||||
Close() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user