Skip to content

Commit

Permalink
Minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Jun 30, 2024
1 parent 0f74a48 commit 87d3ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/src/client/value_conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ mod tests {
Value::BulkString("value2".to_string().into_bytes()),
]),
]),
Value::Nil,
Value::Nil, // Entry IDs that were in the Pending Entry List but no longer in the stream get a nil value.
Value::Array(vec![
Value::BulkString("1-1".to_string().into_bytes()),
Value::Array(vec![
Expand Down

0 comments on commit 87d3ecb

Please sign in to comment.