Skip to content

SimpleRedisDocumentRepository.saveAll method adds two colon in key #386

@Rohan-RPJ

Description

@Rohan-RPJ

Hi @bsbodden ,

I have a simple Entity class with @document("MYENTITY:") annotation over it, where MYENTITY: represents key prefix in cache.

On running repository.save(myEntityObj); method, it saves that object with key for eg: MYENTITY:1

But when trying to save multiple entity objects using repository.saveAll method, it saves all objects with required keys but with double colon instead of single. Eg: MYENTITY::2

Please check this issue, because ft.search would work for keys with double colon as well, but json.get is not working

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions