-
Notifications
You must be signed in to change notification settings - Fork 245
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 db #243
Comments
could you post the error message? |
@jhfb glad to assist with further help, have you tried the following?: BTW, ignore the performance numbers given I'm running this locally. Build it:check for ./bin/go-ycsb binary
Spin redis ( with modules so we can test JSON as well ):
Run it:HASH variant ( this is the default and will work on any "type" of redis provider ) :
here's a sample output of it:
confirmation we indeed have commandstats without errors:
JSON variant:
here's a sample output of it:
confirmation that there are no failed calls:
Follow upIf the problem persists feel free to reach out either here or via email to |
When testing the redis performance, all the requests are wrong. Do you have any requirements for the redis version? Has anyone tested redis normally?
The text was updated successfully, but these errors were encountered: