diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index c4de5f9..35d3c0f 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -39,7 +39,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - run: pip install pytest maturin + - run: pip install pytest pytest-asyncio maturin - run: pip install -e . env: @@ -72,7 +72,7 @@ jobs: with: python-version: '3.13' - - run: pip install pytest maturin + - run: pip install pytest pytest-asyncio maturin - run: pip install -e . env: diff --git a/README.md b/README.md index f1ef159..921bb5b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ It's completely thread-safe and uses locks to prevent problems. **👌 Easy To Use** \ You only need to import it and choice your implementation to use and behave with it like a dictionary. -**🚫 Avoids dog-piling** +**🚫 Avoids Cache Stampede** \ It avoids [cache stampede](https://en.wikipedia.org/wiki/Cache_stampede) to have better performance. ## Installation