Skip to content

deprecated

Oscar Besga Arcauz edited this page Dec 3, 2022 · 2 revisions

Mapper

On branch develop/mapper I'm trying to make a POJO <-> RedisObject mapper to store objects in Redis directly. Internally it uses Redis maps, and for the moment it only can translate POJOS without other classes inside (no nested POJOs, no Lists no maps). It's barely working, so it is not production ready.

Lock Notification

On branch develop/lockNotification I want to implement lock with messages and notifications instead of pooling

javax.Cache

On branch cache I want to implement a javax.cache (JSR107 API and SPI 1.0.0 API) class based on redis; with the most simple and straigthforward implementation. Also some simple caches for everyday use.

Clone this wiki locally