diff --git a/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt b/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt index 37ca4d25..28afdd02 100644 --- a/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt +++ b/samples/hello-world/src/main/resources/org/springframework/data/gemfire/samples/helloworld/help.txt @@ -5,6 +5,7 @@ put - puts a new entry into the grid remove - removes an entry (by key) from the grid size - returns the size of the grid clear - removes all mapping in the grid +map - returns the keys and associated values contained by the grid keys - returns the keys contained by the grid values - returns the values contained by the grid containsKey - indicates if the given key is contained by the grid