We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d4d35 commit 37d8121Copy full SHA for 37d8121
src/cmd/keys.rs
@@ -161,7 +161,7 @@ where
161
])
162
}
163
164
-#[derive(Debug, PartialEq)]
+#[derive(Debug, PartialEq, Eq)]
165
pub enum TtlResult {
166
Seconds(i64),
167
NoExpire,
src/cmd/pubsub.rs
@@ -16,7 +16,7 @@ const TYPE_PMESSAGE: Bytes = Bytes::from_static(b"pmessage");
16
17
pub trait PubSubCommand {}
18
19
20
pub enum SubscribeItem {
21
Subscribed(Bytes),
22
UnSubscribed(Bytes),
0 commit comments