Skip to content

farshadasadpour/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis

Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices. Foobar is a Python library for dealing with word pluralization.

requirements

apt install redis-server

Installation

Use the package manager pip to install.

pip install -r req.txt

Usage

docker build --pull --rm -f "dockerfile" -t redis:latest "."
docker run -it --net=host redis:latest 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Next phase

Start to write project with docker-compose Monitor Redis with Monitoring tools

License

MIT

About

With this code you can fill the local redis server

Resources

License

Stars

Watchers

Forks

Contributors

Languages