Skip to content

Commit 9509a9e

Browse files
committed
range interface
1 parent 9bee446 commit 9509a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type Bucket interface {
1111
Prefix(k []byte) [][]byte
1212
Suffix(k []byte) [][]byte
1313
Scan() [][]byte
14+
Range(start, limit []byte) [][]byte
1415
SetTTL(k, v []byte, expire time.Duration) error
1516
Close() error
1617
}

0 commit comments

Comments
 (0)