Skip to content

Commit 53dc37c

Browse files
dmaier-redislabspetyaslavova
authored andcommitted
Minor fix
1 parent a1aec23 commit 53dc37c

File tree

3 files changed

+337
-483
lines changed

3 files changed

+337
-483
lines changed

redis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
EventType,
1717
KeyeventChannel,
1818
KeyNotification,
19-
KeyNotificationType, # Backwards compatibility alias for EventType
2019
KeyspaceChannel,
20+
NotifyKeyspaceEvents,
2121
is_keyevent_channel,
2222
is_keyspace_channel,
2323
is_keyspace_notification_channel,
@@ -87,8 +87,8 @@ def int_or_str(value):
8787
"is_keyspace_notification_channel",
8888
"KeyeventChannel",
8989
"KeyNotification",
90-
"KeyNotificationType",
9190
"KeyspaceChannel",
91+
"NotifyKeyspaceEvents",
9292
"MaxConnectionsError",
9393
"OutOfMemoryError",
9494
"PubSubError",

0 commit comments

Comments
 (0)