Creating a REST API for Redis

Tutorial··4 min 46 sec

Connect a Redis cache to DreamFactory and get an instant REST API over it, so cache reads and writes are reachable from any HTTP client under the same access controls as your other services.

Recorded in 2016. The concepts still apply, but the interface shown predates the current DreamFactory release. Some steps may differ in the current release.

What you’ll learn

  • Connecting Redis as a DreamFactory service
  • Reading from and writing to a cache over REST
  • Governing cache access alongside database APIs