Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GEOSHAPE field type in RediSearch #191

Merged
merged 17 commits into from
Oct 17, 2023
Merged

Commits on Oct 3, 2023

  1. Initial support for OSS Cluster API (#170)

    * delete mock
    
    * coverage
    
    * fix test
    
    * indent
    
    * change to var - check
    
    * cluster test
    
    * add opthin to connect cluster with dotnet test
    
    * use key in topk tests
    
    * get env vars inside RedisFixture
    
    * skip if redis
    
    * add skip where needed
    
    * Execute broadcast
    
    * delete cluster tests
    
    * RedisFixture fix
    
    * add to contributing
    
    * run cluster on CI
    
    * wip
    
    * fix /
    
    * -d
    
    * delete restore
    
    * return restore
    
    * add -RC3
    
    * add RC3 to docker-compose
    
    * try define both .net 6 and 7
    
    * Skip if cluster where needed
    
    * add names
    
    * skip configOnTimeout if cluster
    
    * try to fix win tests
    
    * tests names +fix win version
    
    * fix versions
    
    * versions
    
    * win verer
    
    * wording
    
    * change to OSSCluster
    
    * isOSSCluster
    
    * update skip reason to OSS cluster
    
    * general dispose
    
    * general dispose for the rest of the disposes
    
    ---------
    
    Co-authored-by: Chayim <[email protected]>
    shacharPash and chayim committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    690b8d1 View commit details
    Browse the repository at this point in the history
  2. add GeoShapeField

    shacharPash committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    387f461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b299659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02f5735 View commit details
    Browse the repository at this point in the history
  5. delete line

    shacharPash committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e7bc730 View commit details
    Browse the repository at this point in the history
  6. AddGeoShapeField

    shacharPash committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1fbc1b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. add test

    shacharPash committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    222c2f2 View commit details
    Browse the repository at this point in the history
  2. upgrade SE.Redis

    shacharPash committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    779d85c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    1e68553 View commit details
    Browse the repository at this point in the history
  2. fix test

    shacharPash committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e721dd9 View commit details
    Browse the repository at this point in the history
  3. add async test

    shacharPash committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    244889b View commit details
    Browse the repository at this point in the history
  4. add tests + Skips

    shacharPash committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    da05e24 View commit details
    Browse the repository at this point in the history
  5. skip id less than 7.2.1

    shacharPash committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dcdafd9 View commit details
    Browse the repository at this point in the history
  6. skip if cluster

    shacharPash committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    432ee11 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. add example

    shacharPash committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    174ca4d View commit details
    Browse the repository at this point in the history
  2. chayim review

    shacharPash committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bf52646 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. chayims review 2

    shacharPash committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c22527e View commit details
    Browse the repository at this point in the history