community: switch to falkordb python client (#20229)

This commit is contained in:
Erick Friis
2024-04-09 13:19:44 -07:00
committed by GitHub
parent f43b48aebc
commit 37a9e23c05
2 changed files with 65 additions and 11 deletions

View File

@@ -22,7 +22,7 @@
"You can run the `falkordb` Docker container locally:\n",
"\n",
"```bash\n",
"docker run -p 6379:6379 -it --rm falkordb/falkordb:edge\n",
"docker run -p 6379:6379 -it --rm falkordb/falkordb\n",
"```\n",
"\n",
"Once launched, you create a database on the local machine and connect to it."