• Todd Tingen's avatar
    Eliminate the need for Stream magic strings & added additional XGROUP… (#878) · ea85ae80
    Todd Tingen authored
    * Eliminate the need for Stream magic strings & added additional XGROUP subcommands.
    
    - Replaced the need for magic strings with Range, ReadOffset, and GroupReadOffset structs.
    - Condensed some of the method signatures due to the new structs.
    - Added methods & tests for two of the XGROUP subcommands (DESTROY & DELCONSUMER).
    
    * Updated tests with their original IDs used.
    
    * Use a single struct to represent stream position for Group, Read, and ReadGroup commands.
    
    - Consolidated GroupCreateOptions, GroupReadOffset, and ReadOffset into a single struct, Position.
    - Removed the "Pair" structs and created StreamPosition, this will be used in the multi-stream read commands.
    - Renamed RedisStreamEntry to StreamEntry.
    - Also added the remaining subcommand for the XGROUP command (SETID) and an associated unit test.
    
    * File cleanup, delete consolidated structs.
    
    * Additional changes and unit tests for the Position struct.
    
    * Update PositionKind enum with explicit zero value.
    ea85ae80
Name
Last commit
Last update
.vscode Loading commit data...
BasicTest Loading commit data...
ConnectionWatcher Loading commit data...
NRediSearch Loading commit data...
NRediSearch.Test Loading commit data...
RedisConfigs Loading commit data...
StackExchange.Redis Loading commit data...
StackExchange.Redis.Modules Loading commit data...
StackExchange.Redis.StrongName Loading commit data...
StackExchange.Redis.Tests Loading commit data...
docs Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
Directory.build.props Loading commit data...
LICENSE Loading commit data...
NuGet.Config Loading commit data...
README.md Loading commit data...
StackExchange.Redis.sln Loading commit data...
StackExchange.Redis.sln.DotSettings Loading commit data...
StackExchange.Redis.snk Loading commit data...
StrongName.ps1 Loading commit data...
appveyor.yml Loading commit data...
build.cmd Loading commit data...
build.ps1 Loading commit data...
semver.txt Loading commit data...