Khởi chạy redis-server và cung cấp một đối số khác cho 'cổng' có thể được thực hiện trên dòng lệnh:
[email protected]:~$ redis-server -h
Usage: ./redis-server [/path/to/redis.conf] [options]
./redis-server - (read config from stdin)
./redis-server -v or --version
./redis-server -h or --help
./redis-server --test-memory <megabytes>
Examples:
./redis-server (run the server with default conf)
./redis-server /etc/redis/6379.conf
./redis-server --port 7777
./redis-server --port 7777 --slaveof 127.0.0.1 8888
./redis-server /etc/myredis.conf --loglevel verbose
Sentinel mode:
./redis-server /etc/sentinel.conf --sentinel
[email protected]:~$
Bạn có thể thực hiện việc này từ /etc/rc.local
cũng như để điều này xảy ra khi khởi động.
Nhưng có lẽ bạn cũng có thể suy nghĩ lại về cách tiếp cận của mình. Redis rất giỏi trong việc xử lý các bài viết mà bạn có thể nhận được bằng cơ sở dữ liệu thứ hai?