- 05 Feb, 2019 2 commits
-
-
Hans Kuder authored
* Remove obsolete responseTimeout setting * fix bad autocomplete
-
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)
-
- 01 Feb, 2019 1 commit
-
-
Matthew Peterson authored
-
- 15 Jan, 2019 2 commits
-
-
Martinek Vilmos authored
* Add pop functionality to sorted set (ZPOPMIN, ZPOPMAX) * Add feature check for sorted set pop * Add tests for sorted set pop
-
Volodymyr Kostochka authored
* Added: additional transaction conditions * Fixed: failed tests Added: tests for new transaction conditions * Conflicts resolving
-
- 10 Jan, 2019 1 commit
-
-
Hans Kuder authored
* Improve error messaging in unreachable-after-moved situation
-
- 09 Jan, 2019 3 commits
-
-
Nick Craver authored
-
Nick Craver authored
We just want to log these - not fail builds on them.
-
Nick Craver authored
Fix streams consumer group tests.
-
- 07 Jan, 2019 1 commit
-
-
Hans Kuder authored
-
- 31 Dec, 2018 1 commit
-
-
ttingen authored
-
- 29 Dec, 2018 1 commit
-
-
Nick Craver authored
This doesn't change any expectations, only uses the much more useful overloads like Assert.Equal(a, b) instead of Assert.True(a == b) so we get much more useful output. Something is wrong with our stream assumptions, but it's not super clear on what special IDs are what in the docuemtnation right now either...I think our resolution to special start IDs is off but let's get testing in order first.
-
- 28 Dec, 2018 5 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
We have concurrent run conflicts here it seems in the build - quick fixing stream names.
-
- 30 Nov, 2018 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 29 Nov, 2018 2 commits
-
-
Marc Gravell authored
* improve error reporting (in particular for timeouts) by reporting a: what the *offending physical connection was doing*, and b: how much data has flown on the connection while trying to do it * use IMeasuredDuplexPipe so we can talk about total sent/received even over TLS; needs pipelines-unofficial bump to 1.0.9
-
Marc Gravell authored
-
- 26 Nov, 2018 3 commits
-
-
Nick Craver authored
Until we can figure out how to install on Ubuntu...
-
Nick Craver authored
-
Nick Craver authored
-
- 20 Nov, 2018 1 commit
-
-
zBrianW authored
* Minor spelling fixes. * Small typo in Literals.cs .
-
- 02 Nov, 2018 2 commits
-
-
Nick Craver authored
Update IDatabaseAsync.cs
-
Merely authored
Fix typo "vlue" to "value" in XML comment
-
- 23 Oct, 2018 1 commit
-
-
Marc Gravell authored
* fix XINFO * fix XGROUP ("-" => "0") * fix XREAD/XREADGROUP ("-" => "0") * fix XADD: entry-id must **follow** MAXLEN (fix #982)
-
- 28 Sep, 2018 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 27 Sep, 2018 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 26 Sep, 2018 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 24 Sep, 2018 2 commits
-
-
Nick Craver authored
-
Marc Gravell authored
lib updates (in particular, see https://github.com/aspnet/KestrelHttpServer/issues/2694#issuecomment-420347853)
-
- 12 Sep, 2018 1 commit
-
-
Marc Gravell authored
* make transaction inner tasks use RunContinuationsAsynchronously (for discussion, see issue #943); detect RunContinuationsAsynchronously in ResultBox completion, and set directly rather than deferred
-