patx/pickledb
update index.html
Commit fce3702 · patx · 2025-02-09T17:02:59-05:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index ff6af77..2e5fb12 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -108,7 +108,7 @@
<div class="logo">
<img src="logo.png" alt="pickleDB logo">
</div>
- <p><strong>pickleDB is a lightweight, simple and fast Python key-value store.</strong>
+ <p><strong>pickleDB is a lightweight, simple and fast Python key-value store with asynchronous support.</strong>
It is built with the <a href="https://pypi.org/project/orjson/">orjson</a> module for extremely high performance and was inspired by <a href="http://redis.io/">Redis</a>. It is licensed under the BSD three-clause license.</p>