Using the Hot Rod server

The Infinispan server module provides a module that implements a custom binary protocol designed for smart clients called Hot Rod, a custom TCP client-server protocol that was designed specifically for Infinispan and is considered the fastest way to interface a client application to an Infinispan server instance.

This protocol enables faster and cheaper client and server interactions in comparison to other client/server protocols, such as Memcached.

This module allows you to create remote applications and perform the standard operations in the cache, such as store, retrieve, change, and remove data from the cache, using the Hot Rod protocol.

Note

For more information, refer to the Hot Rod protocol documentation at http://infinispan.org/docs/7.0.x/user_guide/user_guide.html#_hot_rod_protocol ...

Get Infinispan Data Grid Platform Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.