We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b505205 commit aeaa13fCopy full SHA for aeaa13f
1 file changed
docs/manual/kv.md
@@ -690,10 +690,10 @@ async cas(
690
691
*Since Fedify 2.0.0, this method is required instead of optional.*
692
693
-If your storage backend supports prefix scanning, implement the
694
-`~KvStore.list()` method. This method allows you to enumerate all entries
695
-whose keys start with a given prefix. This is useful for implementing
696
-batch operations or iterating over related entries.
+The `~KvStore.list()` method allows you to enumerate all entries whose keys
+start with a given prefix. This is useful for implementing batch operations
+or iterating over related entries. If your storage backend supports prefix
+scanning, you can use it to implement this method efficiently.
697
698
~~~~ typescript twoslash
699
import type {
0 commit comments