https://github.com/nsls2/test-redis-ws
Working toward Websockets in Tiled, with Redis
https://github.com/nsls2/test-redis-ws
Last synced: over 1 year ago
JSON representation
Working toward Websockets in Tiled, with Redis
- Host: GitHub
- URL: https://github.com/nsls2/test-redis-ws
- Owner: NSLS2
- Created: 2025-03-13T20:06:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:39:12.000Z (over 1 year ago)
- Last Synced: 2025-03-13T21:34:41.308Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
```sh
docker run --net=host --rm -v ./redis:/usr/local/etc/redis --name test-redis redis redis-server /usr/local/etc/redis/redis.conf
pixi run serve
```