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: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,10 @@ Note: `multi` results are strongly-typed only when using typescript 4.0 and abov
113
113
114
114
The client no longer has an `execMulti` function. Use the `.exec()` method on the multi instance.
115
115
116
+
## Wrong types? Raise an issue!
117
+
118
+
Since the types are autogenerated from [redis-doc](https://github.com/redis/redis-doc), which doesn't adhere to a formal schema, they might be incomplete, or in some cases, wrong. The errors are easy enough to fix, but not easy to find, so if you think you've come across a case like this, please [raise an issue](https://github.com/mmkal/handy-redis/issues).
0 commit comments