Displaying 20 results from an estimated 1000 matches similar to: "dict passdb: redis nil values"
2014 Jul 08
0
Redis sentinel support in dict
Redis sentinel ( http://redis.io/topics/sentinel ) is a service that monitors
and manages redis master slave replication.
Using sentinel you can easily create a redis ha cluster. You can connect
to a sentiniel and subscribe to certain events then in case of an
failover update the redis address to new master etc.
I think this is better suited to be used with dict proxy.
Do You think it can be
2014 May 13
0
Quota dict with redis
I have installed redis backend for quota and my dovecot.conf is as follow:
quota = dict:User quota:ignoreunlimited:redis:host=127.0.0.1:prefix=%u/
but for all of my users doveadm quota get return always same quota (of
the last user)
Someone could help me in the right direction?
--
*Davide Marchi*
*T*eorema *F*errara *Srl*
Via Spronello, 7 - Ferrara - 44121
Tel. *0532783161* Fax. *0532783368*
2014 Nov 20
0
redis dict auth and default_fields
Hi all,
i'm trying to configure default_fields with redis dict (allow_nets,
proxy, ...) but it seems that the properties defined are not used even if they
appear on output of doveconf. It is a known behaviour? Does
default_fields works only for ldap db?
I have a director+NFS environment and with dict passdb i'have to put proxy=y
for every entry in pass/userdb; to limit the redis memory
2020 Nov 04
0
Feature Request: Redis support for username and TLS
I was wondering if there was any imminent support in 2.3.12+ for using a
username to log into Redis, as well as support for using TLS to connect to
Redis. And if not, I'd like to put in a feature request for those two
things (AUTH with username/password, and TLS connections to Redis).
Specifically, I was looking at using a username/password combo to log into
Redis for the quota_clone plugin.
2019 Jul 18
0
Missing PHP Redis package in Software Collections ?
Hi,
I'm currently fine-tuning OwnCloud on a CentOS 7 server. To configure
transactional locking, I need Redis with the corresponding PHP module.
Until recently the server has been running PHP 7.1. I simply installed
the 'redis' package as well as 'sclo-php71-php-pecl-redis', started
and/or restarted a handful of services, and things worked perfectly.
Now I'm upgrading my
2017 Sep 07
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
Hello,
I am trying to setup GitLab, Redis and PostgreSQL containers in Kubernetes
using Gluster for persistence. GlusterFS nodes are setup on machines
(CentOS) external to Kubernetes cluster (running on RancherOS host). Issue
is that when GitLab tries starting up, the login page doesn't load. It's a
fresh setup and not something that stopped working now.
root at
2019 Feb 09
0
CentOS 7, rsyslog and redis
TL;DR:
Is there a sensible way to get rsyslog to talk to redis on CentOS 7.
The official way is to use the omhiredis plugin, but that doesn't seem
to exist in the CentOS 7 repositories? (It's how I do it on my Fedora
box.)
The long version:
I'm trying to rationalise logging and am using an ELK stack. When I've
done this in the past it has suffered badly from congestion at peak
2019 Oct 13
1
CentOS 8 redis install
Hello,
can any help me to install redis to my new webserver?
I cant't enable the redis module with dnf ?
Is redis missing on Centos 8 ?
is it a way to download redis from a centos Server for manual install
Thanks for a answer ?
--
mit freundlichen Gr??en / best regards
G?nther J. Niederwimmer
2010 May 31
1
Flash not deleting with Redis/Memcache store
I''m a recent convert to Rails and I''m working on a new project using Rails 2.3 (I''ll probably upgrade at some point when Rails 3 is in production and had a chance to bake the .0 bugs out). I''m going to use Redis anyway for caching important data, so I thought I''d use the redis-store:
http://github.com/jodosha/redis-store
But it appears the flash
2020 Jul 08
0
Redis in place of astdb
Hello,
Are you looking for a general caching solution or you specifically need to use Redis? At Thirdlane we use Memcached which works just fine for our purposes.
Regards, Volodya Ivanets
From: "Dovid Bender" <dovid at telecurve.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
Sent: Wednesday, July 8,
2020 Jul 09
0
Redis in place of astdb
On Thursday 09 July 2020 at 00:50:28, Jon Bonilla (Manwe) wrote:
> DO you know odbc redis drivers? It would be nice to store cdrs ans other
> stuff in redis without patching asterisk
A quick Google search turns up
https://www.cdata.com/kb/tech/redis-odbc-python-linux.rst
which I have no experience of and cannot comment on, but looks like what you
need.
PS: I question the wisdom of
2020 Jul 08
0
Redis in place of astdb
Dovid, You could use func_odb + a ODBC Redis driver to keep from having to
shell out.
On Wed, Jul 8, 2020 at 4:37 AM Dovid Bender <dovid at telecurve.com> wrote:
> Hi,
>
> Does anyone know of any projects that would allow you to use Redis in
> place of AstDB? By in place of I don't mean for what Asterisk needs but to
> store values. For instance for CNAM currently we
2016 Nov 01
0
2.2.26.0: Error: redis: Unexpected input (state=0): -ERR max number of clients reached
I use redis as quota backend (currently).
After upgrading to 2.2.26.0 I see a ton of "Error: redis: Unexpected
input (state=0): -ERR max number of clients reached" errors.
It looks like either more Redis connections are being made, or Redis
connections don't time out/are reused correctly anymore.
No such errors were seen in 2.2.24.
--
Tom
2017 Sep 08
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
Getting this answer back on the list in case anyone else is trying to share
storage.
Thanks for the docs pointer, Tanner.
-John
On Thu, Sep 7, 2017 at 6:50 PM, Tanner Bruce <tanner.bruce at farmersedge.ca>
wrote:
> You can set a security context on your pod to set the guid as needed:
> https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
>
>
> This
2014 Apr 08
1
[CentALT] php-redis depedency error.
Hi, All.
When I try to install php-redis, there are obvious 4 package hit the depedency.
One have already INSTALLED as follow.
I've GOOGLED, NOTHING help.
How can I get over this? Please Help, Thank you!
-- Sunshare
-- 2014-04-08
------------------------------------------------------------------------------------------------
[sunshare at sunshare ~]$ sudo yum install php-redis
[sudo]
2012 Dec 06
1
Documentation of Redis and Memcache Backends
Hi,
in the release notes of 2.1.9 I read that dovecot supports memcache and redis backends for
userdb/passdb authentication. This is very interesting for me and should reduce queries and database load of
our mysql servers.
My idea is to use memcache or redis in our IMAP/POP3 proxies in front of our backend servers.
So I would like to try out if it's possible to store proxy information of our
2016 Apr 06
2
Internal quota calculation error (redis), double mail delivery
On 2016-04-06 20:27, Timo Sirainen wrote:
> On 06 Apr 2016, at 16:54, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>> Sometimes my redis connection times out, both for pop3, imap and lmtp.
>> I have no idea why, when I do a "doveadm quota recalc -u" it works
>> just fine?
>> I'm thinking the connection is lost somehow and not retried?
>>
2014 Mar 19
0
redis, pub/sub, rails 3, phusion passenger
I have another application publishing messages to redis server. Within my
rails application, when a user clicks a button, I want a popup to display
that shows live updates. I want the controller to publish notifications to
redis, and I want my javascript to subscribe to those events and respond
when it finds a suitable channel. What I do not know how to do is actually
keep a control open like
2020 Jul 08
3
Redis in place of astdb
El Wed, 8 Jul 2020 12:23:42 -0700
John Kiniston <johnkiniston at gmail.com> escribió:
> Dovid, You could use func_odb + a ODBC Redis driver to keep from having to
> shell out.
>
>
DO you know odbc redis drivers? It would be nice to store cdrs ans other stuff
in redis without patching asterisk
--
PekePBX, the multitenant PBX solution
https://pekepbx.com
2017 Nov 15
0
dict host param and fqdn
Hi,
I would like to use a fqdn instead of an IP address as redis host
quota_clone_dict = redis:host=redis.host.name:port=6379
But only ip adresses are supported
Error: quota_clone_dict: Failed to initialize
'redis:host=redis.host.name:port=6379': dict redis: Invalid IP:
redis.host.name
Why is name resolution not implemented here ? Is it for performance
considerations ?
St?phane