https://github.com/timelessnesses/redis-replit
A redis installer for replit
https://github.com/timelessnesses/redis-replit
Last synced: about 2 months ago
JSON representation
A redis installer for replit
- Host: GitHub
- URL: https://github.com/timelessnesses/redis-replit
- Owner: timelessnesses
- Created: 2022-02-21T10:37:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T11:26:51.000Z (over 4 years ago)
- Last Synced: 2025-01-01T15:42:55.102Z (over 1 year ago)
- Language: Python
- Size: 8.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis for replit
This replit will download source code then build it after that it will move all binaries to bin file.
After that feels free to remove anything but bin folder.
Enjoy :)
## Side notes
I recommend you build it but if you don't want to waste your time, you can grab one in bin folder instead but still recommend build it though.
## How do I update my redis?
1. Go to the redis website and grab the url
2. curl it like
```bash
curl https://github.com/redis/redis/archive/7.0-rc1.tar.gz
```
You should see something like this
```html
You are being redirected.
```
Grab the codeload url then edit the main.sh to something like this
```bash
curl -o file.tar.gz
```
Then delete every folder then start new again.
## How to start the redis server
just run
```bash
./bin/redis-server --port 80
```
you may need to do chmod