[asterisk-users] Redis in place of astdb

Dovid Bender dovid at telecurve.com
Wed Jul 8 11:08:29 CDT 2020


Volodya,

I prefer redis since that's what we have under the hood for other items. I
do have it working with the SHELL function but like I mentioned I need to
invoke another script which adds to resources being used.




On Wed, Jul 8, 2020 at 11:53 AM Volodya Ivanets <volodya at thirdlane.com>
wrote:

> 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 2:36:03 PM
> *Subject: *[asterisk-users] Redis in place of astdb
>
> 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 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 forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>       https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>       https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200708/c2c26c97/attachment.html>


More information about the asterisk-users mailing list