- 10 Mar, 2018 9 commits
-
-
Nick Craver authored
This test was breaking in my timezone because it's already DST in Tokyo, but not here. I wish that was the lead in to a joke or something but...yeah no. FML.
-
Nick Craver authored
-
Nick Craver authored
This is a static init...it's not going to vary. We should probably drop net45 and just delete this whole concept from the code.
-
Nick Craver authored
-
Nick Craver authored
There's a VS runner bug in 2.4.0-beta.1, see https://github.com/xunit/xunit/pull/1643
-
Jeremy Meng authored
* Add netstandard2.0 target to SE.Redis projects Two new conditional compilation constants are introduced: * FEATURE_PERFCOUNTER - supported in net45 and net46 * FEATURE_THREADPOOL - supported in net45, net46, and netstandard2.0 * Add netcoreapp2.0 target framework to test projects * Replace CORE_CLR conditional compilation symbol with built-in NETSTANDARD1_5 or NETCOREAPP1_0 since now netstandard2.0 is also supported. * Remove unnecessary conditional compilation constants
-
Nitin Agarwal authored
-
Jeremy Meng authored
* Give defaultClientName a value when it is null This prevents calling TryGetAzureRoleInstanceIdNoThrow() repeatedly in the null case. * Upgrade xunit to 2.3.1 * Upgrade xunit to v2.4.0-beta1 to work around https://github.com/xunit/xunit/issues/1601 * Move xUnit to 2.4.0-beta.1.build3958
-
William Davis authored
The .NET Core documentations states that hte SetMinThreads Method is available in .NET Core 1.0+. Updated instructions to identify that. Also updated the link to the new documentation.
-
- 04 Mar, 2018 1 commit
-
-
Marc Gravell authored
-
- 02 Mar, 2018 1 commit
-
-
maxbrodin authored
Looks fine and valid to me, thanks! Makes perfect sense.
-
- 25 Jan, 2018 1 commit
-
-
Marc Gravell authored
-
- 22 Jan, 2018 2 commits
-
-
Nick Craver authored
Note: tests folder is still different until we merge PRs and change directory structure here to /src, /tests, etc.
-
Gunnar Liljas authored
* Removed invalid call to SetRequestSent for IMultiMessage * Improved (corrected) check logic.
-
- 14 Dec, 2017 1 commit
-
-
rajeshsubhankar authored
* Disable Stop-Words added * DisableStopWords enum value updated
-
- 07 Dec, 2017 1 commit
-
-
rajeshsubhankar authored
* Tag feature added
-
- 26 Nov, 2017 1 commit
-
-
Nick authored
Except for redisearch.io and www.ideawu.com, because they don't have an https endpoint atm.
-
- 03 Oct, 2017 1 commit
-
-
Marc Gravell authored
-
- 18 Sep, 2017 1 commit
-
-
Raven authored
-
- 05 Sep, 2017 2 commits
-
-
Joe Stead authored
* Added a note on .NET Core and thread counts It threw us a bit when we saw this exception but not the same information :) * Added details for .netstandard 2.0
-
Alexey Zinoviev authored
* Update Configuration.md * Alphabetical order.
-
- 31 Aug, 2017 19 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Alexey Zinoviev authored
It was unreachable because EndOfStreamException is inherited from IOException.
-
Alexey Zinoviev authored
GeoTests.cs converted to UTF-8, .idea dir added to .gitignore.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Also adds Sentinel to appveyor, we hope. Or this will fail miserably.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
These get overwritten when run, so they're ignored via: git update-index --assume-unchanged RedisConfigs\Sentinel\sentinel-26379.conf To make changes that should propagate to others: git update-index --no-assume-unchanged RedisConfigs\Sentinel\sentinel-26379.conf
-
Nick Craver authored
If we're AddressFamily.Unspecified, that'll always error. Assume IPv4 (as we did before).
-
Andrei Tserakhau authored
This fixes connecting to IPv6 servers.
-