e.g. ```java @RedisHash("people") @Data class Person { @Id String id; String firstname; String lastname; Address address; } ``` for this repo, we'd like the key to be `some-service::repo::people`