spring-data-keyvalue icon indicating copy to clipboard operation
spring-data-keyvalue copied to clipboard

Add minimal keyspace bound interface to access underlying store via Adapter. [DATAKV-103]

Open spring-projects-issues opened this issue 10 years ago • 2 comments

Christoph Strobl opened DATAKV-103 and commented

Introduce KeyValueStore abstraction offering basic put/get/count/remove operations without usage of template.

Should be based upon KeyValueAdapter so one still can make use of the underlying abstraction. Access should be available via KeyValueOperations


Referenced from: pull request https://github.com/spring-projects/spring-data-keyvalue/pull/9

spring-projects-issues avatar May 08 '15 02:05 spring-projects-issues

Thomas Darimont commented

LGTM, merged into master

spring-projects-issues avatar May 12 '15 06:05 spring-projects-issues

Thomas Darimont commented

Needs some revision

spring-projects-issues avatar May 12 '15 07:05 spring-projects-issues

Not sure what the original intent of this "enhancement" was, but it does not seem to align with the direction and intended use of Spring Data, and more generally, Spring, since the "Template" pattern is the common way to interface with the underlying data store.

Also closing because this is really old.

jxblum avatar Oct 24 '23 00:10 jxblum