- 1. 概要
- 2. 設定
- 3. 参考サイト
1. 概要
わたしは、「Redis」の設定をまだいじったことがない(2025年10月27日)ので。
ここでは、設定ファイルの内容を提示するのみです。
2. 設定
「FreeBSD」では、「Redis」の設定ファイルは。
/usr/local/etc/redis.conf
にあります。
内容については、知っているところだけ。
下記の箇所は、後述するデータベース数を定義しています。
# Set the number of databases. The default database is DB 0, you can select
# a different one on a per-connection basis using SELECT <dbid> where
# dbid is a number between 0 and 'databases'-1
databases 16
3. 参考サイト
本ページは、「ChatGPT」軍曹を参考にさせていただきました。
|
|