summaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Enable DEBUG and MODULE commands in redis 7 docker images (#2158)dvora-h2022-05-021-0/+4
|
* redismod cluster docker (#2022)Chayim2022-03-013-0/+66
| | | | | | | | | * redismod cluster docker * add to tox * mod cluster Co-authored-by: dvora-h <dvora.heller@redis.com>
* Add redis5 and redis4 dockers (#1871)dvora-h2022-02-0332-0/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add redis5 and redis4 dockers * redis versions testenv * path changes * fix linters * fix tests * fixing linter * Increased pubsub's wait_for_messages timeout to prevent flaky tests (#1893) * Fixing TypeError in GraphCommands.explain (#1901) * Fixing AttributeError in UnixDomainSocketConnection (#1903) * Fixing AttributeError on some connection errors (#1905) * cluster script fixes to support future cluster versions and redis unstable (#1900) * Fixing LMOVE, BLMOVE returning an incorrect response (#1906) * Raising ConnectionError on invalid ocsp certificates - with status information (#1907) * 4.1.2 (#1904) * adding cluster env timeout time (#1908) * Update changes file with changes since 4.0.0-beta2 (#1915) * Fixing volume for unstable_cluster docker (#1914) * Change json.clear test multi to be up to date with redisjson (#1922) * fix json clear test * fix json clear test * Add support for BZMPOP (#1851) * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments * add client no-evict (#1856) * Add support for ZINTERCARD (#1857) * add zintercard * fix pr comment * linters * Add support for EVAL_RO (#1862) * add sort_ro * mark test as onlynon cluster * delete mark test as onlynoncluster * add eval_ro * fix linters * delete sort_ro * fix pr comment * add type hints * add type hints * linters * Add support for EVALSHA_RO (#1863) * add evalsha-ro * fix pr comment * add type hints * add type hints * Fix naming conventions (#1872) * fix naming convention * fix worng changes * change ports to resolve conflict with unstable_cluster Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Bar Shaul <88437685+barshaul@users.noreply.github.com> Co-authored-by: Varun Chopra <v@chopraaa.com>
* cluster script fixes to support future cluster versions and redis unstable ↵Chayim2022-01-264-7/+46
| | | | (#1900)
* redis-unstable cluster docker (#1889)Chayim2022-01-254-3/+18
|
* Support for unstable docker (#1842)Chayim2021-12-302-0/+21
|
* Support for password-encrypted SSL private keys (#1782)Chayim2021-12-166-1/+67
| | | Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-253-0/+37
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* redisjson support (#1636)Chayim2021-10-2513-44/+10
|
* tox integrations with invoke and docker (#1632)Chayim2021-10-213-4/+4
|
* Add a count parameter to lpop/rpop for redis >= 6.2.0 (#1487)Gal Ben David2021-08-051-1/+1
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Updating base testing docker to redis 6.2.5 (#1536)Chayim2021-08-051-1/+1
|
* develop and test against redis version 6.0.9Roey Prat2020-10-281-1/+1
|
* develop and test against redis version 6.0.8Roey Prat2020-09-151-1/+1
|
* develop and test against redis version 6.0.7Roey Prat2020-09-031-1/+1
|
* LPOS: add new command (#1354)Paul Spooren2020-07-221-1/+1
| | | | | Added the LPOS command from Redis 6.0.6 Fixes #1353
* rename sentinel configs to sentinel.conf for clarityAndy McCurdy2020-07-156-6/+6
|
* update configs to bind to explicit addresses. configure sentinelAndy McCurdy2020-07-158-23/+23
|
* master/slave configs for dockerAndy McCurdy2020-07-154-20/+7
|
* Move test Dockerfile into root, use COPYAndrew Brookins2020-07-141-3/+0
|
* Second try to add pypy and pypy3 to test runsAndrew Brookins2020-07-141-1/+1
|
* Improvements based on review feedback:Andrew Brookins2020-07-131-0/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* WIP on base imageAndrew Brookins2020-07-096-5/+6
|
* Use one container per processAndrew Brookins2020-07-0810-0/+76