-
Notifications
You must be signed in to change notification settings - Fork 2k
Add redis database and nawak-redis test #904
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
Conversation
|
Rebased on #902 to be able to very cleanly select either the redis or postgresql database backend while reusing all the common code. |
|
Rebased on master. I'm guessing that redis wasn't running, I put in a fix. |
|
The error (Error: unhandled exception: Connection refused [EOS]) is the program quitting right after startup because it can't connect to redis. |
|
That should do it. |
Add redis database and nawak-redis test
Redis is a fast in-memory database.
While it won't be applicable to huge databases that don't fit in memory, having redis tests is still quite useful to determine if its use can add or substract performance compared to a postgresql or mysql setup with prepared queries.