search for: redis1

Displaying 5 results from an estimated 5 matches for "redis1".

Did you mean: redis
2012 Sep 05
6
Weird variable dependency issue + different behavior between master/masterless
...en able to set variables in classes, and expect them to be used properly in templates that I declare in a File statement in the same class. It looks like I came across a problem with this yesterday : My class contains : $master_port = 6379 $master_host = $hostname ? { /(stage|live)-xx([a-d])-redis1/ => "$1-yy$2-redis1", default => false, } file { "/etc/redis/redis.conf": ensure => file, owner => "root", group => "root", mode => "0644", content => temp...
2015 Apr 14
1
ksoftirqd / centos7
...links below contain the output of /proc/interrupts. As you can see CPU0 doesn't seem that busy http://pastebin.centos.org/23361/ http://pastebin.centos.org/23366/ The 2nd paste was about 60 seconds after the first one. Am I missing something here? This is a brand new C7 installation: [root at redis1 ~]# uname -a Linux redis1.gamebasics.lan 3.10.0-229.1.2.el7.x86_64 #1 SMP Fri Mar 27 03:04:26 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Hardware is a brand new supermicro X9DRW board with onboard igb NIC's in use. Hope someone can help me! -- KR, Johan Kooijman
2020 Jul 08
8
Redis in place of astdb
...f AstDB? By in place of I don't mean for what Asterisk needs but to store values. For instance for CNAM currently we need to use an AGI to connect to redis to pull CNAM. So in place of: Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} it would be done with redis for example: Set(CALLERID(name)=${REDIS1(CNAM_${CALLERID(num)})} If not can the devs here give me a pointer to where to look? TIA. Regards, Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200708/4a625b75/attachment.html>
2020 Jul 08
0
Redis in place of astdb
...stDB? By in place of I don't mean for what Asterisk needs but to store values. For instance for CNAM currently we need to use an AGI to connect to redis to pull CNAM. So in place of: Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} it would be done with redis for example: Set(CALLERID(name)=${REDIS1(CNAM_${CALLERID(num)})} If not can the devs here give me a pointer to where to look? TIA. Regards, Dovid -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community...
2020 Jul 08
0
Redis in place of astdb
...don't mean for what Asterisk needs but to > store values. For instance for CNAM currently we need to use an AGI to > connect to redis to pull CNAM. So in place of: > Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} > it would be done with redis for example: > Set(CALLERID(name)=${REDIS1(CNAM_${CALLERID(num)})} > > If not can the devs here give me a pointer to where to look? > > TIA. > > Regards, > > Dovid > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com...