Skip to content

Tags: go-fork/redis

Tags

v0.1.2

Toggle v0.1.2's commit message
Redis Provider v0.1.2

Phiên bản v0.1.2 tập trung vào việc cải thiện xử lý lỗi và tài liệu hướng dẫn.

Các thay đổi chính:
- Sửa lỗi panic trong phương thức Boot của ServiceProvider
- Thêm tham số enabled cho cả Redis Client và Universal Client
- Cập nhật các dependencies
- Cập nhật và cải tiến tài liệu hướng dẫn

v0.1.1

Toggle v0.1.1's commit message
Release v0.1.1

Enhanced Redis Package with improved stability and performance:
- Updated dependencies (config v0.1.2, di v0.1.2)
- Enhanced ServiceProvider interface compatibility
- Optimized connection pooling and batch operations
- Improved error handling and validation
- Updated documentation and migration guides
- Better integration with Go-Fork ecosystem

v0.1.0

Toggle v0.1.0's commit message
Release v0.1.0: Redis Management Package

Initial release of the Redis management package with comprehensive Redis operations:

🚀 Core Features:
- Complete Redis client wrapper with advanced operations
- Connection pooling and cluster support for scalability
- Pub/Sub messaging system for real-time communication
- Pipeline operations for improved performance
- Transaction support with MULTI/EXEC commands
- Lua script execution for complex atomic operations
- Redis Streams support for event streaming
- Comprehensive key management and TTL operations

💾 Data Operations:
- String, Hash, List, Set, and Sorted Set operations
- Atomic increment/decrement operations
- Geospatial operations for location-based features
- HyperLogLog for approximate counting

🔧 Advanced Features:
- Health check and connection monitoring
- Automatic failover and reconnection
- Custom serialization support
- Memory optimization and connection reuse
- Comprehensive error handling and logging

Dependencies refreshed to use published module versions.