You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: Jay Miller <[email protected]>
### Pull Request check-list
_Please make sure to review and check all of these items:_
- [x] Do tests and lints pass with this change?
- [x] Do the CI tests pass with this change (enable it first in your
forked repo and wait for the github action build to finish)?
- [x] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies
existing APIs, or introduces new ones)?
- [ ] Is there an example added to the examples folder (if applicable)?
- [ ] Was the change added to CHANGES file?
_NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open._
### Description of change
PR that fixes commits from redis#34.
Creates parity in testing on the sync/async tests of the connection pool
by skipping the ssl tests if ssl is not installed on the async tests.
Resolvesredis#26
---------
Signed-off-by: Jay Miller <[email protected]>
Signed-off-by: Salvatore Mesoraca <[email protected]>
Co-authored-by: Salvatore Mesoraca <[email protected]>
It seems redis-py has not support for the BGREWRITEAOF command.
Could it be implemented ?
Thanks
here is a patch : http://gist.github.com/351975
The text was updated successfully, but these errors were encountered: