Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Am K committed Sep 28, 2024
1 parent 76800df commit 93d9e1a
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/tree/main/tests_smartrequests.py)
1. [SmartRequest](https://github.com/guangrei/zcache/tree/main/tests/tests_smartrequests.py)

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

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

`AsyncSmartRequest` is asynchronous version of `SmartRequests`.

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

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

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

`AsyncQueue` is asynchronous version of`zcache`.

Expand Down

0 comments on commit 93d9e1a

Please sign in to comment.