Release v0.3.0
Release v0.3.0: Security and Configuration Enhancements
Overview
This release introduces important security features and enhancements for flexible configuration.
Features
-
AUTH Command:
- Implemented the
AUTHcommand to enable password-protected client connections. - Ensured that commands are only processed if the connection has been authenticated.
- Implemented the
-
Configuration Loading:
- Added support for loading configuration from environment variables and .env files.
- Implemented fallback to default values if no configuration is found.
- Enhanced flexibility for deployment in different environments.
Improvements
- Environment Configuration:
- Integrated
godotenvto load configuration from .env files. - Updated the server configuration to support environment-specific settings.
- Integrated
Notes
- These changes improve the security and flexibility of the Redis clone server.
- Feedback and contributions are welcome! Feel free to open issues or submit pull requests to help improve the project.
Thank you for supporting our project. Stay tuned for more updates!
Full Changelog: v0.2.0...v0.3.0