Pain Points: In an FPS real-time transfer scenario, where the transaction authorization time window is only a few hundred milliseconds, any data query that exceeds 100ms becomes a bottleneck; traditional database queries are more likely to time out during peak hours, resulting in degradation of the release.
Redis response: Redis as online scoring layerIn addition to the above, the system also takes on recent transaction characteristics, device risk, black and white list comparison, velocity metrics and real-time customer risk scores; maintains transaction counts within the time window with Sorted Sets, black list comparison with Cuckoo Filters, and stores session context with Hash, and the response time of all operations is less than 1.5 seconds. sub-1msThe
ArangoDB's division of labor: When the Redis score triggers the "medium-high risk" threshold, transaction events are written to the event stream, triggering ArangoDB's correlation analysis process; Redis is not tasked with in-depth investigations and remains focused on real-time decision making.
The effectiveness of the campaign: The official Redis case study shows that credit card organizations around the world are backed by Redis every second. 700,000 Real-time scoring of transactions, inference speed enhancement 60 timesThe company is also committed to ensuring that scores are always ahead of trade releases.