In Memory DB API

In Memory DB API

Use the power of Redis as an API. It supports data structures such as strings, hashes, lists, sets, sorted sets with almost complete commands featured as a simple to use API.

Response example. If you want to see more check the documentation.

Free Plan $0.00 Monthly Subscribe
3,000 Requests / Monthly
Free for Lifetime
No Credit Card Required
MOST POPULAR
Starter Plan $5.99 Monthly Subscribe
300,000 Requests / Monthly
Standard Support
Pro Plan $34.99 Monthly Subscribe
3,000,000 Requests / Monthly
Standard Support
Custom Plan Volume Monthly Contact Us
Any requests volume you need

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.

You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing an element to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set.

In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Persistence can be optionally disabled, if you just need a feature-rich, networked, in-memory cache.

In Memory DB API is built on top of Redis as a service layer. It encapsulates all the technical details and provides a simple to use, yet extremely powerful API that can boost your productivity. The API covers almost all the List, Set, Strings and Keys functions available with Redis.