Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Flesh out the docker env docs | Andrew Brookins | 2020-07-15 | 1 | -5/+43 | |
| | | ||||||
| * | Remove Vagrant files | Andrew Brookins | 2020-07-15 | 14 | -317/+0 | |
| | | ||||||
| * | rename absurdly long test name | Andy McCurdy | 2020-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | no longer need to `make build`. `make test` will do everything | Andy McCurdy | 2020-07-15 | 1 | -1/+0 | |
| | | ||||||
| * | rename sentinel configs to sentinel.conf for clarity | Andy McCurdy | 2020-07-15 | 6 | -6/+6 | |
| | | ||||||
| * | Check that we're subscribed to the right channels | Andrew Brookins | 2020-07-15 | 1 | -5/+2 | |
| | | ||||||
| * | Merge branch 'dockerize' of github.com:abrookins/redis-py into dockerize | Andrew Brookins | 2020-07-15 | 10 | -43/+30 | |
| |\ | ||||||
| | * | update configs to bind to explicit addresses. configure sentinel | Andy McCurdy | 2020-07-15 | 8 | -23/+23 | |
| | | | ||||||
| | * | master/slave configs for docker | Andy McCurdy | 2020-07-15 | 4 | -20/+7 | |
| | | | ||||||
| * | | Clean up the wait-for-it.sh license | Andrew Brookins | 2020-07-15 | 1 | -4/+4 | |
| |/ | ||||||
| * | update PHONY targets | Andy McCurdy | 2020-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | force removal of docker images rather than ask the user if it's ok | Andy McCurdy | 2020-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | remove unnecessary tox environments | Andy McCurdy | 2020-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Include wait-for-it.sh copyright & license | Andrew Brookins | 2020-07-15 | 1 | -0/+21 | |
| | | ||||||
| * | Move test Dockerfile into root, use COPY | Andrew Brookins | 2020-07-14 | 4 | -6/+6 | |
| | | ||||||
| * | Test all testenvs | Andrew Brookins | 2020-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | Remove .tox from container side | Andrew Brookins | 2020-07-14 | 1 | -1/+2 | |
| | | ||||||
| * | Remove a rm command that would not work anyway | Andrew Brookins | 2020-07-14 | 1 | -1/+0 | |
| | | ||||||
| * | Attempt to fix a timing bug | Andrew Brookins | 2020-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | Clean up cache files; delete root-owned .tox files... | Andrew Brookins | 2020-07-14 | 2 | -0/+5 | |
| | | ||||||
| * | Second try to add pypy and pypy3 to test runs | Andrew Brookins | 2020-07-14 | 2 | -2/+2 | |
| | | ||||||
| * | Improvements based on review feedback: | Andrew Brookins | 2020-07-13 | 5 | -7/+217 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. All make targets are now PHONY. 2. Cleaned up the 'dev' target so that it passes --build to docker-compose. 3. Added pypy-specific tox environments. And added a new Dockerfile to build an image for the "test" container that contains pypy and pypy3. 4. Added a `make clean` target. It removes containers but requires the user to confirm. 5. Specify the depends_on order for slave -> master and made all sentinels depend on the slave coming up. The container running doesn't mean that redis is actually ready though, so I wrapped the "test" target in the Makefile with a wait script that waits until master is responding on port 6379. | |||||
| * | Update PHONY targets | Andrew Brookins | 2020-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Format CLI commands correctly for RST | Andrew Brookins | 2020-07-13 | 1 | -3/+3 | |
| | | ||||||
| * | Fix numbering | Andrew Brookins | 2020-07-13 | 1 | -3/+3 | |
| | | ||||||
| * | No need for Python in the test build anymore | Andrew Brookins | 2020-07-13 | 1 | -2/+0 | |
| | | ||||||
| * | WIP | Andrew Brookins | 2020-07-13 | 1 | -3/+1 | |
| | | ||||||
| * | Install the version of compose that we need | Andrew Brookins | 2020-07-13 | 2 | -0/+18 | |
| | | ||||||
| * | WIP on travis config | Andrew Brookins | 2020-07-13 | 1 | -0/+3 | |
| | | ||||||
| * | Attempt to use docker for travis testing | Andrew Brookins | 2020-07-13 | 1 | -39/+7 | |
| | | ||||||
| * | Remove references to maling lists and IRC channels | Andrew Brookins | 2020-07-13 | 1 | -11/+3 | |
| | | ||||||
| * | Merge branch 'dockerize' of github.com:abrookins/redis-py into dockerize | Andrew Brookins | 2020-07-13 | 2 | -11/+8 | |
| |\ | ||||||
| | * | Don't shut down containers when building | Andrew Brookins | 2020-07-10 | 1 | -1/+0 | |
| | | | ||||||
| | * | Use the existing --redis-url param to get master host | Andrew Brookins | 2020-07-10 | 2 | -10/+8 | |
| | | | ||||||
| * | | Add guide to contributing | Andrew Brookins | 2020-07-13 | 2 | -0/+86 | |
| |/ | ||||||
| * | Fix flake8 errors | Andrew Brookins | 2020-07-09 | 3 | -4/+2 | |
| | | ||||||
| * | Pass the master hostname to tests | Andrew Brookins | 2020-07-09 | 5 | -40/+63 | |
| | | ||||||
| * | WIP on base image | Andrew Brookins | 2020-07-09 | 9 | -7/+33 | |
| | | ||||||
| * | Revert build_tools to Vagrant versions | Andrew Brookins | 2020-07-08 | 11 | -33/+65 | |
| | | ||||||
| * | Skip flake8 checks on virtualenv dirs | Andrew Brookins | 2020-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Ignore venv and env directories | Andrew Brookins | 2020-07-08 | 1 | -0/+2 | |
| | | ||||||
| * | Use one container per process | Andrew Brookins | 2020-07-08 | 12 | -22/+94 | |
| | | ||||||
| * | WIP: All processes in a single container | Andrew Brookins | 2020-07-08 | 13 | -65/+64 | |
| | | ||||||
* | | fix typo (#1367) | Roey Prat | 2020-07-13 | 1 | -1/+1 | |
| | | ||||||
* | | Support for loading, unloading and listing Redis Modules (#1360) | Roey Prat | 2020-07-13 | 4 | -0/+55 | |
|/ | | | | | | | | | | | * Support for loading, unloading and listing Redis Modules * minor fixes for flake * unit test for module list - only the empty use case * ModuleError should inherit from ResponseError rather than RedisError Co-authored-by: Vamsi Atluri <vamc19@gmail.com> | |||||
* | documentation: fix ssl typos in the changelog | Roey Prat | 2020-07-07 | 1 | -1/+1 | |
| | ||||||
* | changelog | Andy McCurdy | 2020-06-29 | 1 | -1/+1 | |
| | ||||||
* | Add `redis.sentinel.Sentinel` module documentation (#1165) | Rick van Hattem | 2020-06-29 | 1 | -0/+3 | |
| | | | Added directive to document Sentinel module. | |||||
* | upgrade tests to use redis 6.0.5 | Roey Prat | 2020-06-29 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1358 from andymccurdy/roey-stale_issues | Roey Prat | 2020-06-29 | 1 | -0/+20 | |
|\ | | | | | mark and close stale issues and PRs |