Skip to content

kadioglumf/email-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Create Redis Container
docker build -t redis-test doc/redis
docker run -d --name redis-container-test -p 6379:6379 redis-test
  • Connect to the Redis
host: localhost
port: 6379
database alias: CUSTOM_NAME
password: Test123
  • Run startup.sql file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages