mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Rename option redis_transport_port to redis_port, which the redis transport listens on for clients. Rename option redis_transport_port_ssl to redis_ssl_port, which the redis TLS transport listens on for clients. Rename option redis_database_count. Set the redis dabase count. Rename option redis_keyspace_opitons to redis_keyspace_replication_strategy_options. Set the replication strategy for redis keyspace. Remove option enable_redis_protocol, which is unnecessary. Fixes: #5335 Signed-off-by: Peng Jian <pengjian.uestc@gmail.com>
Scylla developer documentation
This folder (and its subfolders) contain developer-oriented documentation concerning the Scylla codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.