All Classes and Interfaces
Class
Description
Filters an identifier before reading/saving to Redis.
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.
Building operations for criteria based queries
From ...
TODO: potentially move to Jedis