Skip to content

Redis as database with unique keys, attribute-name as HashKeys & attribute-value as Value (ObjectHashMapper)

Notifications You must be signed in to change notification settings

purnima-jain/redis-with-objecthashmapper-and-ttl

Repository files navigation

redis-with-objecthashmapper-and-ttl

Redis as database with unique keys, attribute-name as HashKeys & attribute-value as Value (ObjectHashMapper)

Sample application for Redis usage as database where:

  • Key is "CUSTOMER_STORE" + customerId
  • HashKey is individual attribute-names of Customer
  • Value is individual attribute-values of Customer

Additionally, there is an expiry/TTL set for each Key.

About

Redis as database with unique keys, attribute-name as HashKeys & attribute-value as Value (ObjectHashMapper)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages