[Hidden-tech] Learning Redis

Alex Kalish alexkalish at gmail.com
Thu Dec 17 14:49:54 UTC 2020


This looks like the canonical one:  https://github.com/andymccurdy/redis-py/
.

And yes, ElastiCache provides all the required connection details when
provisioning nodes.

On Thu, Dec 17, 2020 at 9:44 AM Alan Frank <alan at 8wheels.org> wrote:

> Alex,
>
> Thanks.  Yes, I agree with you that Redis is easy to learn and use and
> the command docs are pretty good.  And there is almost certainly a good
> client library to use with AWS Elasticache.  My hope is that someone
> will tell me how to find that library, because that's where my search
> efforts have broken down.
>
> --Alan
>
>
>
>
> -------- Original Message --------
> Subject: Re: [Hidden-tech] Learning Redis
> Date: 16.12.2020 15:30
>  From: Alex Kalish <alexkalish at gmail.com>
> To: Alan Frank <alan at 8wheels.org>
>
> Hey Alan,
>
> Redis tends to be a pretty easy component to learn and use.  To get
> started, I would suggest installing it locally.  If you have a Mac,
> it's easy to get via Homebrew.  Then just jump into the CLI and start
> getting and setting values.  Command docs are here [1].  Their docs in
> general are usually pretty great.  If you are using this with a Python
> app, I would be blown away if there wasn't an easy to use client
> library.  As far as AWS goes, I would suggest using ElastiCache, which
> can be powered by hosted/managed Redis nodes.  This way, no need to
> run the service yourself.
>
> Does that help at all?
>
> Cheers,
> Alex
>
> On Wed, Dec 16, 2020 at 3:21 PM Alan Frank via Hidden-discuss
> <hidden-discuss at lists.hidden-tech.net> wrote:
>
> > I am creating a hybrid local/AWS application in Python and would
> > like to
> > be able to access Redis on Elasticache both from a Lambda function
> > and
> > from my local code. I have no idea at all how to get started. I have
> >
> > done many web searches and have read all the AWS documentation I can
> >
> > find. I have found much information on configuration and setup, as
> > well
> > as information about Redis syntax (e.g., HSET, INCR) but nothing
> > about
> > APIs for actually making calls to execute these commands.  Stack
> > Exchange has informed me that this type of problem is not
> > appropriate
> > there.
> >
> > I'd appreciate any resources Hidden Techers might be able to
> > provide.
> >
> > --Alan
> > _______________________________________________
> > Hidden-discuss mailing list - home page: http://www.hidden-tech.net
> > Hidden-discuss at lists.hidden-tech.net
> >
> > You are receiving this because you are on the Hidden-Tech Discussion
> > list.
> > If you would like to change your list preferences, Go to the Members
> > page on the Hidden Tech Web site.
> > http://www.hidden-tech.net/members
>
>
> Links:
> ------
> [1] https://redis.io/commands
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hidden-tech.net/pipermail/hidden-discuss/attachments/20201217/c649aade/attachment-0001.html>


Google

More information about the Hidden-discuss mailing list