<div dir="ltr">Hey Alan,<div><br></div><div>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 <a href="https://redis.io/commands">here</a>.  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.</div><div><br></div><div>Does that help at all?</div><div><br></div><div>Cheers,</div><div>Alex</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 16, 2020 at 3:21 PM Alan Frank via Hidden-discuss <<a href="mailto:hidden-discuss@lists.hidden-tech.net">hidden-discuss@lists.hidden-tech.net</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">I am creating a hybrid local/AWS application in Python and would like to <br>
be able to access Redis on Elasticache both from a Lambda function and <br>
from my local code. I have no idea at all how to get started. I have <br>
done many web searches and have read all the AWS documentation I can <br>
find. I have found much information on configuration and setup, as well <br>
as information about Redis syntax (e.g., HSET, INCR) but nothing about <br>
APIs for actually making calls to execute these commands.  Stack <br>
Exchange has informed me that this type of problem is not appropriate <br>
there.<br>
<br>
I'd appreciate any resources Hidden Techers might be able to 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 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>
</blockquote></div>