You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/storage/redis/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ func (s *Storage) Delete(key string) error
29
29
func (s *Storage) Reset() error
30
30
func (s *Storage) Close() error
31
31
func (s *Storage) Conn() redis.UniversalClient
32
+
func (s *Storage) Keys() ([][]byte, error)
32
33
```
33
34
### Installation
34
35
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