redis

  1. J

    ZFS Nextcloud, ZFS and Redis

    Let there be a FreeBSD host running ZFS with Nextcloud (a PHP application). The Nextcloud documentation states: It then proceeds by suggesting using Redis as a data cache. For this discussion, let's ignore the PHP opcode cache and solely focus on the "data cache" (i.e. files hosted by...
  2. nbari

    how to speed/improve memcpy

    I am running a Redis (version 6.2.5) cluster "sentinel" of 3 nodes (1 master, 2 replicas), OS FreeBSD 13, the dataset is approximately 70GB, the system has 320GB RAM, SSD disks, and the servers (dedicated, not VM's) are in the same network/datacenter, probably hardware is not a problem, but I...
  3. S

    Redis does not start - FreeBSD 11.1 in Pfsense

    Greetings; Right from the start, readily admit I am new to FreeBSD and on the scale of technical ability, on a 1 to 10 I am probably a 2 :-) Installing Redis into FreeBSD 11.1-RELEASE-p6 in a PFSense box. Installed using pkg install -y redis. It seems like all went well. Then I enabled the...
  4. F

    Redis not talking to Apache jail

    Hello all, Hope someone can help me solve my problem. I have two jails (ezjail) on a FreeBSD 11.1 host (UFS): one running Apache 2.4 (192.168.0.2) and the other one running MariaDB 10.2 (192.168.0.3). The Apache jail has PHP 7.2 and Nextcloud 12. Nextcloud is running fine. No problems there...
  5. B

    PECL-Redis for PHP71

    Hello! I'm kind of lost while I'm trying to install the new PECL-Redis on my PHP 7.1 installation. I'm using Synth on my base system to build Packages for my jails. I have jails with different apps running different PHP versions (php56, php70, soon also php71). Until recently it was fairly...
  6. masteroman

    Solved Redis in FreeBSD jail

    I've been using jails and managing them with ezjail, as such I'm not using vimage jails but plain ol' jails. In one of the jails I have installed Nginx, PHP-FPM, Redis, and Wordpress located on one of the user accounts within jail. When configuring Redis to listen on 127.0.0.1 it binds to all...
  7. datacatalyser

    Redis don't work from inside Jail

    Hi, This is my first Ipost :) I'm running FreeBSD 10.3-RELEASE-p7 as jails host using sysutils/ezjail this week I am starting deploy database/redis 3.2.4 on dedicated jail but when I start redis-server # redis-server /usr/local/etc/redis.conf && redis-server Redis throw this warning: 55295:C...
Back
Top