Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guangrei authored Sep 28, 2024
1 parent 7e9fc23 commit ed0dcef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ see list current available [storage](https://github.com/guangrei/zcache/tree/mai

[Extras](https://github.com/guangrei/zcache/tree/main/zcache/Extras) is several function based on zcache.

1. [SmartRequest](https://github.com/guangrei/zcache/blob/main/tests/tests_smartrequests.py)
1. [SmartRequest](https://github.com/guangrei/zcache/blob/main/tests/test_smartrequest.py)

`SmartRequest` is Simple HTTP Client with smart caching system based on `zcache`.

2.[AsyncSmartRequest](https://github.com/guangrei/zcache/blob/main/tests/tests_smartrequests.py)
2.[AsyncSmartRequest](https://github.com/guangrei/zcache/blob/main/tests/test_async_smartrequest.py)

`AsyncSmartRequest` is asynchronous version of `SmartRequests`.

3. [Queue](https://github.com/guangrei/zcache/blob/main/tests/tests_queue.py)
3. [Queue](https://github.com/guangrei/zcache/blob/main/tests/test_queue.py)

`Queue` is Fifo Queue based on `zcache`.

4. [AsyncQueue](https://github.com/guangrei/zcache/blob/main/tests/tests_queue.py)
4. [AsyncQueue](https://github.com/guangrei/zcache/blob/main/tests/test_async_queue.py)

`AsyncQueue` is asynchronous version of`zcache`.

Expand Down

0 comments on commit ed0dcef

Please sign in to comment.