1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-25 08:21:55 +03:00
Files
go-redis/internal
Nedyalko Dyakov ec4bf57cb6 cleanup: remove redundant internal push notification packages
Remove internal/pushprocessor and pushnotif packages that contained duplicate
and unresolved types. All push notification functionality is now consolidated
in the root package with direct type resolution.

Removed Packages:
- internal/pushprocessor/ - contained duplicate Registry, Processor, VoidProcessor
- pushnotif/ - contained interface wrappers that are no longer needed

Benefits:
- Single source of truth for all push notification logic
- No duplicate implementations or unresolved type references
- Cleaner codebase with all functionality in root package
- Eliminated confusion between internal and public interfaces
- Simplified architecture with direct type usage

All functionality remains intact and tests pass. The root package now contains
the complete, self-contained push notification implementation with concrete
types and no external dependencies.
2025-07-04 21:19:38 +03:00
..
2023-01-23 08:48:54 +02:00
2023-01-23 08:48:54 +02:00
2021-05-13 10:33:38 +08:00
2023-01-07 16:30:56 +08:00