Skip to content

Commit c106873

Browse files
committed
Removed cachetools dependency, added custom cache implementation
1 parent ad7e977 commit c106873

File tree

12 files changed

+1027
-617
lines changed

12 files changed

+1027
-617
lines changed

dev_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
black==24.3.0
2-
cachetools>=5.5.0
32
click==8.0.4
43
flake8-isort
54
flake8

docs/examples/connection_examples.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@
6969
},
7070
{
7171
"cell_type": "markdown",
72-
"execution_count": null,
7372
"metadata": {},
74-
"outputs": [],
7573
"source": [
7674
"### By default this library uses the RESP 2 protocol. To enable RESP3, set protocol=3."
7775
]

0 commit comments

Comments
 (0)