Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CURRENT_REDIS_VERSION: '8.0.2'
CURRENT_REDIS_VERSION: '8.2.3'

jobs:
redis_version:
Expand All @@ -37,7 +37,7 @@ jobs:
max-parallel: 15
fail-fast: false
matrix:
redis-version: [ '8.2.1', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
redis-version: [ '8.4.0', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
dotnet-version: ['8.0', '9.0']
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
dotnet format

- name: status
run: |
git status

- name: Check for modified files
run: |
if (git status | Select-String -Pattern 'modified') {
Expand Down
1 change: 1 addition & 0 deletions src/NRedisStack/CoreCommands/Enums/SetInfoAttr.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace NRedisStack.Core;

public enum SetInfoAttr
{
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/NRedisStack/Search/AggregationRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using NRedisStack.Search.Literals;

namespace NRedisStack.Search;

public class AggregationRequest : IDialectAwareParam
{
private readonly List<object> args = []; // Check if Readonly
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Bf_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Bitmap_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/CmdsGenericExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/CmdsHashExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using NRedisStack.Tests;

namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/CmdsListExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/CmdsSortedSetExamples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/CmdsStringExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Cms_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Cuckoo_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Geo_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/HashExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

//REMOVE_START
namespace Doc;

[Collection("DocsTests")]
//REMOVE_END
public class HashExample
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Hll_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/HomeJsonExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using NRedisStack.Tests;

namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Json_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/ListTutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

//REMOVE_START
namespace Doc;

[Collection("DocsTests")]
//REMOVE_END
public class ListExample
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/PipeTransExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using NRedisStack.Tests;

namespace Doc;

[Collection("DocsTests")]
//REMOVE_END
public class PipeTransExample
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/QueryAggExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/QueryEmExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/QueryFtExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/QueryRangeExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/SearchQuickstartExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END
public class SearchQuickstartExample
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/SetGetExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

//REMOVE_START
namespace Doc;

[Collection("DocsTests")]
//REMOVE_END
public class SetGetExample
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/SetsTutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

//REMOVE_START
namespace Doc;

[Collection("DocsTests")]
//REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/SortedSetExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

//REMOVE_START
namespace Doc;

[Collection("DocsTests")]
//REMOVE_END
public class SortedSetExample
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/StreamTutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/StringSnippets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using StackExchange.Redis;

namespace Doc;

[Collection("DocsTests")]
//REMOVE_END
public class StringSnippets
Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Tdigest_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/TimeSeriesTutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
using NRedisStack;

namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
1 change: 1 addition & 0 deletions tests/Doc/Topk_tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

// REMOVE_START
namespace Doc;

[Collection("DocsTests")]
// REMOVE_END

Expand Down
4 changes: 0 additions & 4 deletions tests/NRedisStack.Tests/CommunityEditionUpdatesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ public void ConfigSearchSettings(string endpointId)

Assert.Single(server.ConfigGet("search-max-prefix-expansions"));

Assert.Single(server.ConfigGet("search-max-doctablesize"));

Assert.Single(server.ConfigGet("search-max-search-results"));

Assert.Single(server.ConfigGet("search-max-aggregate-results"));

Assert.Single(server.ConfigGet("search-friso-ini"));

Assert.Single(server.ConfigGet("search-default-dialect"));
}

Expand Down
Loading