I have installed Redis Server And Redis PHP 7.1 extension.
Redis Server is running using default Config 127.0.0.1:6379
Server CLI is working fine and also PHP extension is ok.
CLI and Server
Code
[root@xiaomi-miui bin]# redis-server
[1304] 03 Apr 02:32:30 # Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf'
[1304] 03 Apr 02:32:30 # Opening port 6379: bind: Address already in use
[root@xiaomi-miui bin]# redis-cli monitor
OK
1491180971.648140 "monitor"
REDIS Server Config
Code
redis 127.0.0.1:6379> CONFIG GET *
1) "dir"
2) "/var/lib/redis"
3) "dbfilename"
4) "dump.rdb"
5) "requirepass"
6) (nil)
7) "masterauth"
8) (nil)
9) "maxmemory"
10) "0"
11) "maxmemory-policy"
12) "volatile-lru"
13) "maxmemory-samples"
14) "3"
15) "timeout"
16) "0"
17) "appendonly"
18) "no"
19) "no-appendfsync-on-rewrite"
20) "no"
21) "appendfsync"
22) "everysec"
23) "save"
24) "900 1 300 10 60 10000"
25) "auto-aof-rewrite-percentage"
26) "100"
27) "auto-aof-rewrite-min-size"
28) "67108864"
29) "slave-serve-stale-data"
30) "yes"
31) "hash-max-zipmap-entries"
32) "512"
33) "hash-max-zipmap-value"
34) "64"
35) "list-max-ziplist-entries"
36) "512"
37) "list-max-ziplist-value"
38) "64"
39) "set-max-intset-entries"
40) "512"
41) "zset-max-ziplist-entries"
42) "128"
43) "zset-max-ziplist-value"
44) "64"
45) "slowlog-log-slower-than"
46) "10000"
47) "slowlog-max-len"
48) "1024"
49) "loglevel"
50) "warning"
Display More
But When I am going to ACP=>General=>Cache I have only options for Filesystem and Memcached.
I don't see any option for Redis caching.
What is wrong ?
Is this WBB Core support Redis ?
SYSTEM INFO
Code
Software
Burning Board® Version
4.1.13
Community Blog™ Version
2.1.6
Bugtracker-version
2.1.1 pl 1
Infinite Filebase Version
3.1.1 pl 1
voolia News-System Version
1.0.5
Community Marketplace-Version
1.1.4 (Bifrost)
Community Gallery™-Version
2.0.5
Community Calendar™ Version
2.1.5
VieCode Lexicon Version
5.2.3 pl 1
EasyRating Version
1.0.4 pl 5
Community Framework™ Version
2.1.13 (Typhoon)
Server
Operating System
Linux
Webserver
nginx/1.11.10
PHP Version
7.1.3
MySQL Version
5.5.5-10.1.22-MariaDB
Current UNIX Load
2.34, 2.13, 1.96
Display More
PHP_Info
Code
redis
Redis Support enabled
Redis Version 3.0.0
Reflection
Reflection enabled
Version $Id: a06522d025b0af3e6ba10a0f6964086b7e6f5458 $
session
Session Support enabled
Registered save handlers files user redis rediscluster redis rediscluster
Registered serializer handlers php_serialize php php_binary
ACP-Cache OPTIONS
Thanks in advance for your help...