diff --git a/redis/src/commands/cluster_scan.rs b/redis/src/commands/cluster_scan.rs index da28112f9..ef05ea033 100644 --- a/redis/src/commands/cluster_scan.rs +++ b/redis/src/commands/cluster_scan.rs @@ -52,6 +52,8 @@ pub enum ObjectType { ZSet, /// Represents a hash object in Redis. Hash, + /// Represents a stream object in Redis. + Stream, } impl ClusterScanArgs {