Skip to content

furlaneto/jnosql-redis-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jnosql-redis-example

jnosql-redis-example has sample code with integration between Redis and JNoSQL framework.

Redis

Redis Project

Redis: Redis is a software project that implements data structure servers. It is open-source, networked, in-memory, and stores keys with optional durability.

How To Install

Once this is a communication layer to Redis, we're using integration test, so you need to install Redis. The recommended way is using Docker.

Docker

  1. Install docker: https://www.docker.com/
  2. https://store.docker.com/images/redis
  3. Run docker command
  4. docker run --name redis-instance -p 6379:6379 -d redis

Demo code

  • Main sample using KeyValueTemplate
  • Main2 sample using Repository
  • Main3 sample with List
  • Main4 sample with Set
  • Main5 sample with Queue
  • Main6 sample with Map
  • Main7 sample with SortedSet
  • Main8 sample with Counter

About

Example using JNoSQL with Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages