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
The library itself behaves in pipeline mode by default, so you can get very rapid insertion speed. It's not identical to what redis-cli is doing but you should get very good performance (especially with async) and proper error handling on the inserts. Both are calling the protocol in rapid pipeline order. We see behavior of 250,000 ops/sec under load at Stack Overflow and that's from a single client and thread.
Depending on your specific scenario, you may want to increase timeouts.
As the title, does StackExchange.Redis support mass insertion, which supported by Redis via redis-cli's pipe mode?
Thanks a lot.
The text was updated successfully, but these errors were encountered: