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
I am using your scan for type, ScanType, but I am missing the ExpectedScanType. Using ExpectedScan isn't working, since the error that pops out is: expectation '[scan 0 match test_login:d3812faf80134ee6ec6b6cbd]', but call to cmd '[scan 0 match test_login:* type hash]'
Can you please provide me with what I should use for testing ScanType? Thanks!
The text was updated successfully, but these errors were encountered:
Until the PR is approved or a different change is in place, my fork is off of 8.0.6, and the only change is adding this feature (and corresponding test). go get github.com/james-coopstools/redismock/[email protected]
(P.S. This is my first time attempting to contribute to an open source project; please let me know if I am doing anything wrong)
Hello,
I'm using your redismock and it works great! :)
I am using your scan for type, ScanType, but I am missing the ExpectedScanType. Using ExpectedScan isn't working, since the error that pops out is:
expectation '[scan 0 match test_login:d3812faf80134ee6ec6b6cbd]', but call to cmd '[scan 0 match test_login:* type hash]'
Can you please provide me with what I should use for testing ScanType? Thanks!
The text was updated successfully, but these errors were encountered: