<div dir="ltr">This looks like the canonical one:  <a href="https://github.com/andymccurdy/redis-py/">https://github.com/andymccurdy/redis-py/</a>.<br><div><br></div><div>And yes, ElastiCache provides all the required connection details when provisioning nodes.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 17, 2020 at 9:44 AM Alan Frank <<a href="mailto:alan@8wheels.org">alan@8wheels.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Alex,<br>
<br>
Thanks.  Yes, I agree with you that Redis is easy to learn and use and <br>
the command docs are pretty good.  And there is almost certainly a good <br>
client library to use with AWS Elasticache.  My hope is that someone <br>
will tell me how to find that library, because that's where my search <br>
efforts have broken down.<br>
<br>
--Alan<br>
<br>
<br>
<br>
<br>
-------- Original Message --------<br>
Subject: Re: [Hidden-tech] Learning Redis<br>
Date: 16.12.2020 15:30<br>
 From: Alex Kalish <<a href="mailto:alexkalish@gmail.com" target="_blank">alexkalish@gmail.com</a>><br>
To: Alan Frank <<a href="mailto:alan@8wheels.org" target="_blank">alan@8wheels.org</a>><br>
<br>
Hey Alan,<br>
<br>
Redis tends to be a pretty easy component to learn and use.  To get<br>
started, I would suggest installing it locally.  If you have a Mac,<br>
it's easy to get via Homebrew.  Then just jump into the CLI and start<br>
getting and setting values.  Command docs are here [1].  Their docs in<br>
general are usually pretty great.  If you are using this with a Python<br>
app, I would be blown away if there wasn't an easy to use client<br>
library.  As far as AWS goes, I would suggest using ElastiCache, which<br>
can be powered by hosted/managed Redis nodes.  This way, no need to<br>
run the service yourself.<br>
<br>
Does that help at all?<br>
<br>
Cheers,<br>
Alex<br>
<br>
On Wed, Dec 16, 2020 at 3:21 PM Alan Frank via Hidden-discuss<br>
<<a href="mailto:hidden-discuss@lists.hidden-tech.net" target="_blank">hidden-discuss@lists.hidden-tech.net</a>> wrote:<br>
<br>
> I am creating a hybrid local/AWS application in Python and would<br>
> like to<br>
> be able to access Redis on Elasticache both from a Lambda function<br>
> and<br>
> from my local code. I have no idea at all how to get started. I have<br>
> <br>
> done many web searches and have read all the AWS documentation I can<br>
> <br>
> find. I have found much information on configuration and setup, as<br>
> well<br>
> as information about Redis syntax (e.g., HSET, INCR) but nothing<br>
> about<br>
> APIs for actually making calls to execute these commands.  Stack<br>
> Exchange has informed me that this type of problem is not<br>
> appropriate<br>
> there.<br>
> <br>
> I'd appreciate any resources Hidden Techers might be able to<br>
> provide.<br>
> <br>
> --Alan<br>
> _______________________________________________<br>
> Hidden-discuss mailing list - home page: <a href="http://www.hidden-tech.net" rel="noreferrer" target="_blank">http://www.hidden-tech.net</a><br>
> <a href="mailto:Hidden-discuss@lists.hidden-tech.net" target="_blank">Hidden-discuss@lists.hidden-tech.net</a><br>
> <br>
> You are receiving this because you are on the Hidden-Tech Discussion<br>
> list.<br>
> If you would like to change your list preferences, Go to the Members<br>
> page on the Hidden Tech Web site.<br>
> <a href="http://www.hidden-tech.net/members" rel="noreferrer" target="_blank">http://www.hidden-tech.net/members</a><br>
<br>
<br>
Links:<br>
------<br>
[1] <a href="https://redis.io/commands" rel="noreferrer" target="_blank">https://redis.io/commands</a><br>
</blockquote></div>