Introducing Redis Query Engine
Redis is a real-time key-value datastore known for its speed, flexibility, and simplicity. Traditionally, data values are stored and retrieved from Redis by unique key names. This is great when you’re working with single key-value pairs or with small number of pairs in sequence. But when you’re trying to work with many key-value pairs, especially simultaneously or in groupings selected in real time, you need a more sophisticated option. We built Redis Query Engine from the ground up as a native Redis add-on that breaks through the limitations imposed by exact key matching. You no longer need to handle data processing yourself or go outside of Redis. The Redis Query Engine introduces a query language and engine that lets you run powerful data queries and searches in real time, directly on Redis.




