-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Question]: Compatibility with Redis #78
Comments
Redislite contains an actual redis server so it is 100% compatible. Some of the base examples in the documentation cover using features such as replication. |
Redislite's Redis and StrictRedis classes are extended versions of the redis-py classes by the same name. Looking at the code for redisco you should be able to pass a redislite object to the container instead of a redis-py connection and it would just work. |
I just submitted a pull request that would add support for using redislite if it's installed. |
Oh sweet; you guys rock :) |
How compatible is redislite with Redis itself and it's API(s)?
Could redisco be easily integrated with both redislite and redis proper and interchangably swapped?
The text was updated successfully, but these errors were encountered: