From 07c44282383e1af784e939536a974f78b4429828 Mon Sep 17 00:00:00 2001 From: awolverp Date: Sat, 1 Feb 2025 12:37:38 +0330 Subject: [PATCH] Update README.md & github test workflow --- .github/workflows/python-test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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