• 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
..
BasicTest Loading commit data...
BasicTestBaseline Loading commit data...
NRediSearch.Test Loading commit data...
RedisConfigs Loading commit data...
StackExchange.Redis.Tests Loading commit data...