Skip to content

Implement a robust, Redis-based caching and messaging system in Java

Notifications You must be signed in to change notification settings

Rede-EXE/exe-cacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

special thanks to josé 🤠

Key Features

  • Asynchronous and synchronous message handling
  • Redis pub/sub for real-time communication
  • Flexible listener registration with annotation-based message routing
  • Thread-safe operations for concurrent environments
  • Efficient resource management with AutoCloseable implementation
  • Comprehensive error handling and logging

Core Components

  • Cacher: Main class handling message distribution and listener management
  • Redis: Wrapper for Redis operations, supporting both local and backbone Redis instances
  • Message: Data structure for messages
  • MessageListener: Interface for creating message listeners
  • IncomingMessageHandler: Annotation for marking message handler methods

About

Implement a robust, Redis-based caching and messaging system in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages