Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

 

The Key-Value store API provides a minimum set of operations that are needed by the Blueriq Runtime in order to interact with a generic key-value store. It also enhances the Blueriq Runtime to be able to run in a clustered configuration.

A default implementation of the Key-Value Store API based on Redis is provided by Blueriq, named Redis Key-Value Store Component.

This article describes how to enable the default component and how to add a custom implementation for a key value storeIntroduction here...

Table of Contents

Java Runtime Configuration

-config

Custom implementation plug-in

describe how to add custom key value store component