Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemantwasthere/own-redis
https://github.com/hemantwasthere/own-redis
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hemantwasthere/own-redis
- Owner: hemantwasthere
- Created: 2024-04-17T05:23:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T05:23:03.000Z (7 months ago)
- Last Synced: 2024-04-17T09:17:00.266Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Some commands:
- to start real redis server [brew services start redis]
- to run your local server [node index.js]
- to connect redis server with your local server [redis-cli -p 8000]