-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renaming binary to NRedisStack (#16)
- Loading branch information
Showing
56 changed files
with
88 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/NRedisStack.Core/Auxiliary.cs → src/NRedisStack/Auxiliary.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using StackExchange.Redis; | ||
|
||
namespace NRedisStack.Core | ||
namespace NRedisStack | ||
{ | ||
public static class Auxiliary | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
src/NRedisStack.Core/Bloom/BloomCommands.cs → src/NRedisStack/Bloom/BloomCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
....Core/Bloom/DataTypes/BloomInformation.cs → ...Stack/Bloom/DataTypes/BloomInformation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sStack.Core/Bloom/Literals/CommandArgs.cs → ...NRedisStack/Bloom/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class BloomArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...edisStack.Core/Bloom/Literals/Commands.cs → src/NRedisStack/Bloom/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class BF | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
...sStack.Core/CountMinSketch/CmsCommands.cs → ...NRedisStack/CountMinSketch/CmsCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ountMinSketch/DataTypes/CmsInformation.cs → ...ountMinSketch/DataTypes/CmsInformation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...re/CountMinSketch/Literals/CommandArgs.cs → ...ck/CountMinSketch/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class CmsArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
....Core/CountMinSketch/Literals/Commands.cs → ...Stack/CountMinSketch/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class CMS | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
...Stack.Core/CuckooFilter/CuckooCommands.cs → ...RedisStack/CuckooFilter/CuckooCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ckooFilter/DataTypes/CuckooInformation.cs → ...ckooFilter/DataTypes/CuckooInformation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Core/CuckooFilter/Literals/CommandArgs.cs → ...tack/CuckooFilter/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class CuckooArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...ck.Core/CuckooFilter/Literals/Commands.cs → ...isStack/CuckooFilter/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class CF | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
src/NRedisStack.Core/Json/JsonCommands.cs → src/NRedisStack/Json/JsonCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...isStack.Core/Json/Literals/CommandArgs.cs → src/NRedisStack/Json/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class JsonArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...RedisStack.Core/Json/Literals/Commands.cs → src/NRedisStack/Json/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class JSON | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/NRedisStack.Core/ModulPrefixes.cs → src/NRedisStack/ModulPrefixes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
18 changes: 9 additions & 9 deletions
18
src/NRedisStack.Core/ResponseParser.cs → src/NRedisStack/ResponseParser.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Stack.Core/Search/Literals/CommandArgs.cs → ...RedisStack/Search/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class SearchArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...disStack.Core/Search/Literals/Commands.cs → src/NRedisStack/Search/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class FT | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
...NRedisStack.Core/Search/SearchCommands.cs → src/NRedisStack/Search/SearchCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/Tdigest/DataTypes/TdigestInformation.cs → ...k/Tdigest/DataTypes/TdigestInformation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tack.Core/Tdigest/Literals/CommandArgs.cs → ...edisStack/Tdigest/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class TdigestArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...isStack.Core/Tdigest/Literals/Commands.cs → src/NRedisStack/Tdigest/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class TDIGEST | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
...edisStack.Core/Tdigest/TdigestCommands.cs → src/NRedisStack/Tdigest/TdigestCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Series/DataTypes/TimeSeriesInformation.cs → ...Series/DataTypes/TimeSeriesInformation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/TimeSeries/DataTypes/TimeSeriesLabel.cs → ...k/TimeSeries/DataTypes/TimeSeriesLabel.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...re/TimeSeries/DataTypes/TimeSeriesRule.cs → ...ck/TimeSeries/DataTypes/TimeSeriesRule.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e/TimeSeries/DataTypes/TimeSeriesTuple.cs → ...k/TimeSeries/DataTypes/TimeSeriesTuple.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ck.Core/TimeSeries/DataTypes/TimeStamp.cs → ...isStack/TimeSeries/DataTypes/TimeStamp.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...eries/Extensions/AggregationExtensions.cs → ...eries/Extensions/AggregationExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/Extensions/DuplicatePolicyExtensions.cs → ...s/Extensions/DuplicatePolicyExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...TimeSeries/Extensions/ReduceExtensions.cs → ...TimeSeries/Extensions/ReduceExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...k.Core/TimeSeries/Literals/CommandArgs.cs → ...sStack/TimeSeries/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class TimeSeriesArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...tack.Core/TimeSeries/Literals/Commands.cs → ...edisStack/TimeSeries/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class TS | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
.../TimeSeries/Literals/Enums/Aggregation.cs → .../TimeSeries/Literals/Enums/Aggregation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eSeries/Literals/Enums/DuplicatePolicy.cs → ...eSeries/Literals/Enums/DuplicatePolicy.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
....Core/TimeSeries/Literals/Enums/Reduce.cs → ...Stack/TimeSeries/Literals/Enums/Reduce.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...disStack.Core/TimeSeries/TimeSeriesAux.cs → src/NRedisStack/TimeSeries/TimeSeriesAux.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ack.Core/TimeSeries/TimeSeriesCommands.cs → ...disStack/TimeSeries/TimeSeriesCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ck.Core/TopK/DataTypes/TopKInformation.cs → ...isStack/TopK/DataTypes/TopKInformation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...isStack.Core/TopK/Literals/CommandArgs.cs → src/NRedisStack/TopK/Literals/CommandArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class TopKArgs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...RedisStack.Core/TopK/Literals/Commands.cs → src/NRedisStack/TopK/Literals/Commands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace NRedisStack.Core.Literals | ||
namespace NRedisStack.Literals | ||
{ | ||
internal class TOPK | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
src/NRedisStack.Core/TopK/TopKCommands.cs → src/NRedisStack/TopK/TopKCommands.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.