Skip to content

Commit be3584e

Browse files
1 parent 3f535fd commit be3584e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/storage/memory/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func (s *Storage) Delete(key string) error
3131
func (s *Storage) Reset() error
3232
func (s *Storage) Close() error
3333
func (s *Storage) Conn() map[string]entry
34+
func (s *Storage) Keys() ([][]byte, error)
3435
```
3536

3637
### Installation

0 commit comments

Comments
 (0)