Skip to content

Commit

Permalink
Add Stream to KeyType (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadmi authored Jun 15, 2021
1 parent 6decfec commit 35cd691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub enum KeyType {
Set = REDISMODULE_KEYTYPE_SET,
ZSet = REDISMODULE_KEYTYPE_ZSET,
Module = REDISMODULE_KEYTYPE_MODULE,
Stream = REDISMODULE_KEYTYPE_STREAM,
}

impl From<c_int> for KeyType {
Expand Down

0 comments on commit 35cd691

Please sign in to comment.