- 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 20 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.
-
Nick Craver authored
This adds IPv4 parsing and connect testing, verified that the fix in #686 will work.
-
- 30 Aug, 2017 4 commits
-
-
Nick Craver authored
-
-
Nick Craver authored
-
Nick Craver authored
Before converting most of the project to C# 7, `netstandard2.0`, etc. I want to get unit tests in shape. There's a fair bit of complication to doing so in that we need to test against: - Different versions - Clusters - Master/Slave setups - Multiple-test unfriendly tests (like SHUTDOWN commands) - Simulate remote (read: latent) connections This work does a few things: - Moves all unit tests and assertions to xUnit - Enables parallelization for tests - Utilizes the xUnit output semantics, which means things like connection logs are on the test in VS, console output, build servers, etc. (it was a giant pool of `Console.WriteLine` mixed before) - Cleans up the `\packages` folder completely (it wasn't used for anything but the `redis-*.exe` binaries - Cleans up all test code formatting in general - Re-enables `net462` in testing (was only `netcoreapp1.0` before) - Allows overrides via `TestConfig.json` - Updates all the RedisConfig\ scripts for easy test running - Adds a StackExchange.Redis.Tests\README.md - Fixes many tests Remaining Long-term TODOs - Look at Redis 4.0 on Windows via WSL - Configure endpoints in a `.json` config override that's in `.gitignore` - Find a way to handle master/slave breaks on underpowered machines better
-
- 24 Aug, 2017 1 commit
-
-
Andrea authored
Fixed the URL to the properties of <processModel in machine.web, added a comment regarding using the value in web.config (it's not possible)
-
- 23 Aug, 2017 1 commit
-
-
Rufus authored
-
- 18 Aug, 2017 1 commit
-
-
Bruno Brito authored
Issue 690 - Fixed the return of methods GetItemsAsGeoPosition and GetItemsAsGeoPositionArray on RawResult.cs, now these methods respect the constructor of GeoPosition obj.
-
- 01 Aug, 2017 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 26 Jul, 2017 2 commits
-
-
Marc Gravell authored
fix markdown link syntax in doc
-
Renze Yu authored
-
- 24 Jul, 2017 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
Oh... my... looks like FEATURE_SOCKET_MODE_POLL hasn't been defined for... a while! This is very bad
-
- 11 Jul, 2017 1 commit
-
-
Marc Gravell authored
-
- 24 Jun, 2017 1 commit
-
-
Marc Gravell authored
-