remove 7.0 doc ref

This commit is contained in:
Mike Perham 2022-06-07 09:49:24 -07:00
parent 16debb0bac
commit 2d5536c68d
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
---------
- Substantial refactoring of Sidekiq server internals, part of a larger effort
to reduce Sidekiq's internal usage of global methods and data, see [docs/component.md](docs/component.md),
[docs/global_to_local.md](docs/global_to_local.md) and [docs/middleware.md](docs/middleware.md).
to reduce Sidekiq's internal usage of global methods and data, see [docs/global_to_local.md](docs/global_to_local.md) and [docs/middleware.md](docs/middleware.md).
- **Add beta support for the `redis-client` gem**. This will become the default Redis driver in Sidekiq 7.0. [#5298]
Read more: https://github.com/mperham/sidekiq/wiki/Using-redis-client
- **Add beta support for DB transaction-aware client** [#5291]