Commit b3e3fae
Ensure RedisWrapper.items returns a list of strings
The return type of the _db.keys() is List[_StrType], where _StrType is
a str or bytes. As we want the items() method to return strings (given
the provided __getitem__ method) for keys we need an additional check.1 parent c7abebc commit b3e3fae
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
| |||
0 commit comments