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
@patrick91 Hey, thanks for reaching out! The problem is that both of clients sync and async uses the same RedisCommands class that define an API of commands itself, that's why it generic to satisfy both
This code here:
Shows:
Which I think is wrong, since the return type should be
Any
instead[1], right?I think we might separate
ResponseT
for Redis and async Redis, what do you think?I haven't sent a PR for this, because it will touch quite a few files, so I wanted to double check with you all first 😊
[1] We should allow using generics for return types, but that's another issue 😊
The text was updated successfully, but these errors were encountered: