• Marc Gravell's avatar
    Async write path (#1056) · ec5ba309
    Marc Gravell authored
    * start work on a true async write path (no sync flush); at the moment only existing async code uses this - once stable, we can move more code to the full async path
    
    * finish prep work before tackling subscriber lock (note: still lots of handshake options to asyncify)
    
    * implement a background queue that represents the (necessarily ordered) subscription operations, rather than executing them synchronously (sync over async, locks, etc)
    ec5ba309
Name
Last commit
Last update
RedisConfigs/Sentinel Loading commit data...
build Loading commit data...
docs Loading commit data...
src Loading commit data...
tests Loading commit data...
toys Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
Directory.Build.props Loading commit data...
LICENSE Loading commit data...
NuGet.Config Loading commit data...
README.md Loading commit data...
Shared.ruleset Loading commit data...
StackExchange.Redis.sln Loading commit data...
StackExchange.Redis.sln.DotSettings Loading commit data...
StackExchange.Redis.snk Loading commit data...
appveyor.yml Loading commit data...
build.cmd Loading commit data...
build.ps1 Loading commit data...
global.json Loading commit data...
version.json Loading commit data...