Skip to content

rbala19/flink-ext-chkpnt

 
 

Repository files navigation

flink-ext-chkpnt

Keyspace Notification

The Redis keyspace notification system uses a redis async event listener that runs a callback whenever a key is changed or added to the Redis database.

Building and Running

The easiest way to run the module is to compile, make, and run using CLion. All dependencies are local to the module so paths need not be changed within the makefile. Simply hit run within main.cpp to make and run the code pertaining to the keyspace listener.

To enable keyspace notifications within the redis database, make sure a redis-server instance is active. Then, run the following command to enable notifications.

redis-cli config set notify-keyspace-events KEA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.3%
  • Java 5.0%
  • C++ 4.6%
  • CMake 2.8%
  • Makefile 2.1%
  • Shell 0.2%