-
Notifications
You must be signed in to change notification settings - Fork 0
License
mariusmuntean/VisualizerDB
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Run the Redis Stack container with: docker run -p 6379:6379 -p 8001:8001 -v "$(pwd)":/data -v "$(pwd)"/local-redis-stack.conf:/redis-stack.conf redis/redis-stack:latest Port 6379 is the default Redis server port Port 8001 is the default Redis Insight port The DB is persisted in the current working directory (with a default name) The file local-redis-stack.conf is a custom config file. This is optional. Run Redis Stack Server from binary with: redis-stack-server local-redis-stack.conf --dir "$(PWD)" Uses the specified local-redis-stack.conf configuration file Overrides the "dir" option to the working directory. If there is a dump.rdb in the local directory it will be picked up.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published