mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
* Add 8.0m3 image in docker compose * Add new key `io-thread` in client info Redis 8.0 introduces new key `io-thread` in the response for client info. The key needs to be parsed. If an unknown key is observed, the client will return an error. * improve readibility * Revert "Add 8.0m3 image in docker compose" This reverts commit 787c41f42917fb7d3ca3471d9941304695a9b3c8. * add dockers directory to gitignore
8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
dockers/
|
|
*.rdb
|
|
testdata/*
|
|
.idea/
|
|
.DS_Store
|
|
*.tar.gz
|
|
*.dic
|