Skip to content

Commit 3f535fd

Browse files
1 parent 8816252 commit 3f535fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/storage/redis/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func (s *Storage) Delete(key string) error
2929
func (s *Storage) Reset() error
3030
func (s *Storage) Close() error
3131
func (s *Storage) Conn() redis.UniversalClient
32+
func (s *Storage) Keys() ([][]byte, error)
3233
```
3334
### Installation
3435
Redis is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:

0 commit comments

Comments
 (0)