Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 654 Bytes

File metadata and controls

33 lines (21 loc) · 654 Bytes

hazelcast-shell-spring-boot-starter

hazelcast shell command for spring-boot-starter-remote-shell

Including it in your project

Maven dependency:

<dependency>
  <groupId>it.uliana.hazelcastshell</groupId>
  <artifactId>hazelcast-shell</artifactId>
  <version>0.0.6</version>
</dependency>

Usage

Connect to the remote shell guide

ssh user@localhost -p 2000

> hazelcast list

> hazelcast get MY_KEY

> hazelcast clear

Example

hazelcast