Skip to content

Instantly share code, notes, and snippets.

@hakaneroztekin
Created June 16, 2022 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakaneroztekin/60511c1cf74f0639f2ea98c45eedd4d8 to your computer and use it in GitHub Desktop.
Save hakaneroztekin/60511c1cf74f0639f2ea98c45eedd4d8 to your computer and use it in GitHub Desktop.
docker-clickcount [docker in a nutshell]
@RedisHash("ClickCount")
@Builder
@Data
public class ClickCount implements Serializable {
@Id
private String id;
private long count;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment