python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can I autostart my memoryDB instance or is always on?
I'm asking this due to pricing methods of this service, apparently I'm paying by the hour which seems to accumulate a lot of money. Can I stop and restart according to use?

Yoav Genish
Votes: 0
Answers: 1
AWS MemoryDB: Is there any docker-image that emulates it so as to use it for development purposes on dev-machines?
I'm new to this AWS managed service so bare with me. Is it possible to run MemoryDB on localdev via some docker-image which offers a trimmed-down version of it and then connect to said docker-image us...
XDS
Votes: 0
Answers: 0
AWS Redis Cluster MOVED Error using redis node library
I have created a Redis MemoryDB cluster with 2 nodes in AWS:
I connect to it using redis node library v4.0.0 like this:
import { createCluster } from 'redis';
(async () => {
const REDIS_USERNA...

elli
Votes: 0
Answers: 1
how to create aws cdk stack containing 2 memoryDB instances
I am new to AWS and I have to create a IAAC cdk containing 2 memory DB instances in a stack.
I tried using the following example but it is written in python and I dont know that very well.
https://git...

CK30
Votes: 0
Answers: 0