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 6cd27f5 commit 0f74a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glide-core/src/client/value_conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,9 @@ fn convert_array_to_map_by_type(
));
}
Value::Nil => {
// Ignore nil key values - they will not be placed in the list. This is necessary for commands like
// XAUTOCLAIM, which can return a result that contains an array representation of a map with nil keys
// in place of stream IDs that existed in the Pending Entries List but no longer existed in the stream.
// Ignore nil key values - they will not be placed in the map. This is necessary for commands like
// XAUTOCLAIM, which can contain an array representation of a map with nil keys in place of stream IDs
// that existed in the Pending Entries List but no longer existed in the stream.
continue;
}
_ => {
Expand Down

0 comments on commit 0f74a48

Please sign in to comment.