Skip to content

Commit c3f07a5

Browse files
Mantisusvdusek
andauthored
Update src/crawlee/storage_clients/_redis/_storage_client.py
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 67b6ab1 commit c3f07a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crawlee/storage_clients/_redis/_storage_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class RedisStorageClient(StorageClient):
2828
2929
Storage types use the following Redis data structures:
3030
- **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,
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,
3333
and Bloom filters for request deduplication
3434
3535
Warning:

0 commit comments

Comments
 (0)