1. 12 Jul, 2018 2 commits
    • Marc Gravell's avatar
      fixup NRediSearch for 1.x · dff7ce60
      Marc Gravell authored
      dff7ce60
    • Marc Gravell's avatar
      Redisearch aggregate (#888) · 3cade0cc
      Marc Gravell authored
      * start work on nreisearch aggregates
      
      * port chunks of JRediSearch
      
      * port the rest of aggregates and the highlight/summarize API
      
      * Port QueryTest
      
      * Import all of ClientTest from JRediSearch
      
      * Add aggregate tests; normlaize tests
      
      * NRediSearch : all tests passing
      
      * add source prefix to a bunch of files
      
      # Conflicts:
      #	NRediSearch.Test/ExampleUsage.cs
      #	NRediSearch/NRediSearch.csproj
      3cade0cc
  2. 05 Jul, 2018 2 commits
  3. 04 Jul, 2018 1 commit
    • Todd Tingen's avatar
      Initial implementation of Redis Streams. (#860) · 4a8061f1
      Todd Tingen authored
      The Streams data type is available in release 5.0 RC1 and above.
      
      - Implemented Sync & Async methods for all Stream related commands (minus the blocking options) as of 5.0 RC1.
      - Added tests for the synchronous versions of the Streams API but the testing is a work in progress. Need to refactor for reuse within the streams tests and write a more thorough suite of tests.
      - Added a NameValueEntry struct which mimicks HashEntry. Using HashEntry for the name/value pairs of stream entries seemed wrong. Perhaps refactor the usage of HashEntry to the more generic NameValueEntry and deprecate HashEntry?
      4a8061f1
  4. 29 Jun, 2018 1 commit
  5. 28 Jun, 2018 2 commits
  6. 26 Jun, 2018 1 commit
  7. 17 Jun, 2018 1 commit
  8. 12 Jun, 2018 1 commit
  9. 10 Jun, 2018 1 commit
    • Nick Craver's avatar
      Just giving it a go · c6f30d93
      Nick Craver authored
      I think there's a race in ReconfigureAsync with clusters here where the last subscription to finish is left out...but not seeing it yet. Tests show it over and over, though.
      c6f30d93
  10. 09 Jun, 2018 8 commits
  11. 06 Jun, 2018 1 commit
    • Nick Craver's avatar
      Fixes #229, bringing HasValue in parity with IsNullOrEmpty (#840) · 12e49f64
      Nick Craver authored
      It appears we just never use this property anywhere and never noticed, but users did long ago. See #229 for details.
      
      Also adds some testing around this. While this may be considered a breaking change, I'm really going to err on the side of this is a plain on bug fix on a rarely used property. This doesn't impact any existing tests.
      12e49f64
  12. 04 Jun, 2018 8 commits
  13. 03 Jun, 2018 11 commits