We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Redis is needed for sending messages to clients. Install and launch it before starting Rotor:
Download and install latest msi installer. Run executable.
// install brew install redis // run redis-server // for testing with physical devices redis-server --protected-mode no // logs redis-cli monitor // test channels (sub/pub) redis-cli PUBLISH d7bec76dac4e holi // redis-cli PUBLISH <Flamebase.id> message
// install sudo apt-get install redis-server // run sudo service redis-server status
1. Redis
2. Implementation and start
3. Paths and models
4. Libraries
5. Configuration
6. Turbine
7. Benchmarks