Apache Geode CHANGELOG

Region Endpoints

A Geode region is how Geode logically groups data within its cache. Regions stores data as entries, which are key-value pairs. Using the REST APIs you can read, add (or update), and delete region data.

See also Data Regions for more information on working with regions.