Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 302 Bytes

c-hotrod-client

This is a C wrapper for the C++ hotrod client.

  • API is in include/chotrod.h
  • Library source code in src/chotrod.cpp
  • Usage example in test/example.c

Build && run

mkdir build
cmake ..
cmake --build .

Turn on Infinispan server on 127.0.0.1:11222

./example