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

Redis 6 compatibility #378

Open
iddm opened this issue Dec 5, 2023 · 1 comment
Open

Redis 6 compatibility #378

iddm opened this issue Dec 5, 2023 · 1 comment

Comments

@iddm
Copy link
Collaborator

iddm commented Dec 5, 2023

Even though the crate has the corresponding features to support various Redis server versions, varying from Redis 6 to the very latest Redis 7.2, the tests actually fail when running with Redis 6.

For example, running make test with Redis 6 leads to:

*** FATAL CONFIG FILE ERROR (Redis 6.0.16) ***
Reading the configuration file, at line 4
>>> 'enable-debug-command "yes"'
Bad directive or wrong number of arguments

The tests need to be runnable against Redis 6, and the CI workflows need to be added.

@iddm
Copy link
Collaborator Author

iddm commented Dec 6, 2023

My branch where I fixed some issues: https://github.com/RedisLabsModules/redismodule-rs/tree/fix-redis-6-tests

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

No branches or pull requests

1 participant