When deploying the Floating Server, you have two database options:
A fast and scalable database ideal for environments requiring high performance. Redis is supported from version 1.4.10 onwards.
Example Configuration:
database: type: redis addresses: - localhost:6379
An embedded option, ideal for Windows environments or smaller-scale deployments.
database: type: file addresses: - database
Was this helpful?