Creates a new manager instance.
The logger instance.
The connector instance.
Cleans up the entire database.
This method removes all data and should be used with caution.
DatabaseError If the cleanup operation fails.
Loads all custom functions into the database.
This method registers the application's custom Redis functions.
DatabaseError If the functions cannot be loaded.
StaticregisterRegisters the manager as a singleton in the DI container.
The DI container to register in.
Redis-based database manager implementation.
Depends:
Example