1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-19 11:43:14 +03:00

fix(tests): remove bench_decode tests

This commit is contained in:
Nedyalko Dyakov
2025-07-05 06:34:38 +03:00
parent b23f43c2f1
commit 7a0f316216
4 changed files with 34 additions and 328 deletions

View File

@ -204,7 +204,7 @@ func (v *VoidProcessor) ProcessPendingNotifications(_ context.Context, handlerCt
func willHandleNotificationInClient(notificationType string) bool {
switch notificationType {
// Pub/Sub notifications - handled by pub/sub system
case "message", // Regular pub/sub message
case "message", // Regular pub/sub message
"pmessage", // Pattern pub/sub message
"subscribe", // Subscription confirmation
"unsubscribe", // Unsubscription confirmation