spring-projects / spring-data-keyvalue

Project to provide infrastructure to implement Spring Data repositories on top of key-value-based, in-memory data stores.
http://projects.spring.io/spring-data
Apache License 2.0
141 stars 75 forks source link

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

Closed spring-projects-issues closed 12 months ago

spring-projects-issues commented 9 years ago

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 commented 9 years ago

Thomas Darimont commented

LGTM, merged into master

spring-projects-issues commented 9 years ago

Thomas Darimont commented

Needs some revision

jxblum commented 12 months ago

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.