Skip to content

Commit

Permalink
Merge pull request #166 from avifenesh/feature/clusterScan
Browse files Browse the repository at this point in the history
added stream
  • Loading branch information
avifenesh authored Jul 2, 2024
2 parents 73047a8 + 8f783f0 commit b381062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redis/src/commands/cluster_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ pub enum ObjectType {
ZSet,
/// Represents a hash object in Redis.
Hash,
/// Represents a stream object in Redis.
Stream,
}

impl ClusterScanArgs {
Expand Down

0 comments on commit b381062

Please sign in to comment.