Skip to content

sesam-community/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sesam-redis

REDIS adapter for Sesam

Build Status

The service tekes the following parameters:

host = Hostname or IP address for REDIS server (Default = localhost)

port = What port the REDIS server is using (Default = 6379)

db = Which database id (0-15) you want to use (Default = 0)

Example config

{
  "_id": "my-redis",
  "type": "system:microservice",
  "docker": {
    "environment": {
      "DB": "0",
      "HOST": "localhost",
      "PORT": "6379"
    },
    "image": "sesamcommunity/redis",
    "port": 5000
  }
}

Supported datatypes

The datatypes hash and zset are currently supported, other datatypes are ignored.

Releases

No releases published

Packages

No packages published

Languages