Skip to content

Support adding a key prefix for keyspaces #461

Closed
@uqix

Description

@uqix

e.g.

@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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions