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 67b6ab1 commit c3f07a5Copy full SHA for c3f07a5
src/crawlee/storage_clients/_redis/_storage_client.py
@@ -28,8 +28,8 @@ class RedisStorageClient(StorageClient):
28
29
Storage types use the following Redis data structures:
30
- **Datasets**: Redis JSON arrays for item storage with metadata in JSON objects
31
- - **Key-Value Stores**: Redis hashes for key-value pairs with separate metadata storage
32
- - **Request Queues**: Redis lists for FIFO queuing, hashes for request data and in-progress tracking,
+ - **Key-value stores**: Redis hashes for key-value pairs with separate metadata storage
+ - **Request queues**: Redis lists for FIFO queuing, hashes for request data and in-progress tracking,
33
and Bloom filters for request deduplication
34
35
Warning:
0 commit comments