You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added pipelineexamples and docs
* adding pipelinewithAsync example
* Adding a README to the nuget package (#76)
* Adding a README to the nuget package
* readme path
* fixing readme path
* adding pipelinewithasync doc feedback changes
* feedback changes
* fix examples
* fix JsonWithSearchPipeline test
* Add delay before search
* Change to one consractor for Pipeline that get IDatabase
---------
Co-authored-by: Chayim <[email protected]>
Co-authored-by: shacharPash <[email protected]>
Copy file name to clipboardExpand all lines: Examples/AsyncExample.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
3
3
4
4
## All methods have synchronous & asynchronous implementation. the asynchronous methods all end ...Async(...), and are fully await-able. here is an example of using the async methods:
5
5
6
-
### Connect to the Redis server and get a reference to the database and for JSON commands:
6
+
Connect to the Redis server and get a reference to the database and for JSON commands:
### _namedPat_ now contains _pupil:4444_ (Pat). _teacher:6666_ (Pat) is not included because it does not have a prefix of 'student:' or 'pupil:'<br /><br />
54
+
_namedPat_ now contains _pupil:4444_ (Pat). _teacher:6666_ (Pat) is not included because it does not have a prefix of 'student:' or 'pupil:'<br /><br />
0 commit comments