[Hidden-tech] Learning Redis

Robert Archer rob at crowbringsdaylight.com
Thu Dec 17 15:30:38 UTC 2020


If you are using Django for python, there is a library called Huey that allows key/value stores on Redis, and is pretty easy to set up.  You’ll still need the URI information, because that is how any library will know where to access the Redis store.

> On Dec 17, 2020, at 9:46 AM, Alan Frank <alan at 8wheels.org> wrote:
> 
> Robert,
> 
> Yes, Elasticache does allow for access via a URI, and if nothing else shows up, I will try to make that work.  However, it seems to be quite complex, and there are client libraries for the other features I'm using (S3 and Lambda), so I am hoping to find something equally straightforward for Redis.
> 
> --Alan
> 
> 
> 
> 
> -------- Original Message --------
> Subject: Re: [Hidden-tech] Learning Redis
> Date: 16.12.2020 15:35
> From: Robert Archer <rob at crowbringsdaylight.com>
> To: Alan Frank <alan at 8wheels.org>
> 
> So you are looking to access a Redis store remotely?
> 
> Does Elasticache give you a uri and a way to authenticate?  You’ll
> need a host url of some type to start with.
> 
>> On Dec 16, 2020, at 1:41 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
> 
> _______________________
> Robert Archer
> rob at crowbringsdaylight.com
> 413•522•7874
> Freelance Developer
> PHP, Python and Friends!

_______________________
Robert Archer
rob at crowbringsdaylight.com
413•522•7874
Freelance Developer
PHP, Python and Friends!



Google

More information about the Hidden-discuss mailing list