All Classes and Interfaces
Class
Description
NOTE: This Adapter will lose nanosecond precision on LocalDateTimes
In order to perform range searches we need to store this as GSon serialized Java longs
so that they can be indexed as NUMERIC in the index's schema
GSON Serializer/Deserializer for LocalDate to Unix Timestamp
Value object representing a binary Redis Hash/Object identifier composed of
keyspace and object id in the form of keyspace:id.
Value object representing a Redis Hash/Object identifier composed of
keyspace and object id in the form of keyspace:id.
RedisDocumentRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID>
Building operations for criteria based queries
RedisEnhancedRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID>
From ...
TODO: potentially move to Jedis