Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Redis in specs #173

Merged
merged 1 commit into from
Dec 10, 2022
Merged

Use Redis in specs #173

merged 1 commit into from
Dec 10, 2022

Conversation

bolshakov
Copy link
Owner

@bolshakov bolshakov commented Dec 10, 2022

I found out that MockRedis does not support a lot of HSET operations and decided to switch to Redis in tests.

For instance, for the zrange operation, MockRedis does not support BYSCORE, BYLEX, REV, and LIMIT arguments.

@bolshakov bolshakov force-pushed the feature/use-readis-for-testing branch 12 times, most recently from 85615fa to f5f3ffe Compare December 10, 2022 21:21
@bolshakov bolshakov force-pushed the feature/use-readis-for-testing branch from f5f3ffe to b3a268e Compare December 10, 2022 21:26
@bolshakov bolshakov merged commit f9fd819 into master Dec 10, 2022
@bolshakov bolshakov deleted the feature/use-readis-for-testing branch December 10, 2022 21:27
@bolshakov bolshakov mentioned this pull request Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant