Skip to content

Commit

Permalink
set -> map
Browse files Browse the repository at this point in the history
  • Loading branch information
feelingsonice authored and nihohit committed Oct 18, 2024
1 parent 4b1c1f0 commit 4ffe4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ impl_to_redis_args_for_set!(
where (T: ToRedisArgs + Hash + Eq, S: BuildHasher + Default)
);

/// @note: Redis cannot store empty sets so the application has to
/// @note: Redis cannot store empty maps so the application has to
/// check whether the set is empty and if so, not attempt to use that
/// result
macro_rules! impl_to_redis_args_for_map {
Expand Down

0 comments on commit 4ffe4c6

Please sign in to comment.