We are excited to announce that we are currently beta testing support for Redis as an additional option to be used with our data stream technology.
According to the Redis Site:
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.
Our support of Redis means you will be able to read, write, and update values to a Redis cache or cluster based on a Device ID. You will accomplish this through a NuvIoT data stream, either by adding it as part of a route or as part of a script. Data streams are device-specific data sets that allow you to integrate with other systems. As part of implementing Redis, we are also introducing the ability to add application caches to your IoT Application that can be used by built-in scripts or custom modules. Having a solid caching infrastructure is one of the backbones of any modern, highly scalable IoT application.