Back to Home

Redis

In-memory cache for session and real-time state

Databases

Role in the Platform

Redis 7 provides sub-millisecond access to session data, authentication tokens, and real-time trading state. Its pub/sub capabilities support cross-service communication for time-critical operations.

Implementation Highlights

Session storage for web authentication
Kite Connect access token caching
Real-time position state management
Pub/sub for instant notifications
Atomic operations for concurrency safety

Platform Components

ccl-pravesh - Access token storage
ccl_ui - PHP session management
ccl_strategy_sma_fno - Trading state cache

Learn more about Redis:

Visit Official Website