File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,19 +80,19 @@ see list current available [storage](https://github.com/guangrei/zcache/tree/mai
80
80
81
81
[ Extras] ( https://github.com/guangrei/zcache/tree/main/zcache/Extras ) is several function based on zcache.
82
82
83
- 1 . [ SmartRequest] ( https://github.com/guangrei/zcache/tree/main/tests_smartrequests.py )
83
+ 1 . [ SmartRequest] ( https://github.com/guangrei/zcache/tree/main/tests/ tests_smartrequests.py )
84
84
85
85
` SmartRequest ` is Simple HTTP Client with smart caching system based on ` zcache ` .
86
86
87
- 2.[ AsyncSmartRequest] ( https://github.com/guangrei/zcache/tree/main/tests_smartrequests.py )
87
+ 2.[ AsyncSmartRequest] ( https://github.com/guangrei/zcache/tree/main/tests/ tests_smartrequests.py )
88
88
89
89
` AsyncSmartRequest ` is asynchronous version of ` SmartRequests ` .
90
90
91
- 3 . [ Queue] ( https://github.com/guangrei/zcache/tree/main/tests_queue.py )
91
+ 3 . [ Queue] ( https://github.com/guangrei/zcache/tree/main/tests/ tests_queue.py )
92
92
93
93
` Queue ` is Fifo Queue based on ` zcache ` .
94
94
95
- 4 . [ AsyncQueue] ( https://github.com/guangrei/zcache/tree/main/tests_queue.py )
95
+ 4 . [ AsyncQueue] ( https://github.com/guangrei/zcache/tree/main/tests/ tests_queue.py )
96
96
97
97
` AsyncQueue ` is asynchronous version of` zcache ` .
98
98
You can’t perform that action at this time.
0 commit comments