Live data from Hacker News

Managed Redis on Google Cloud Platform

cloudplatform.googleblog.com

31–40 of 43 posts

Re: Managed Redis on Google Cloud Platform

#31

Great. Does this support persisting to disk RDB[1] or AOF[2]? Pricing seems reasonable? 1GB of Redis data is $0.049 per GB hour. 730 hours in a month = $0.049 * 1 * 730 = $35.77/mo. 5GB of Redis data is $0.027 per GB hour. 730 hours in a month = $0.027 * 5 * 730 = $98.55/mo. [1][2] https://redis.io/topics/persistence

The standard tier is supposed to persist data (and it did, during maintenance events - it was an alpha, so yeah - there was no data loss), but not sure what they use as the logs are not yet available.

It's not data persistence per se, it's just replication to another instance in a different zone. Persistence is not currently available but plans are in place.

Disclaimer: I am an engineer at Google on the managed Redis team.

UPD: replication -> persistence not available

Re: Managed Redis on Google Cloud Platform

#32

Earlier quoted context omitted.

The standard tier is supposed to persist data (and it did, during maintenance events - it was an alpha, so yeah - there was no data loss), but not sure what they use as the logs are not yet available.

It's not data persistence per se, it's just replication to another instance in a different zone. Persistence is not currently available but plans are in place. Disclaimer: I am an engineer at Google on the managed Redis team. UPD: replication -> persistence not available

You mean persistence is not yet available?

Re: Managed Redis on Google Cloud Platform

#33

Earlier quoted context omitted.

It's not data persistence per se, it's just replication to another instance in a different zone. Persistence is not currently available but plans are in place. Disclaimer: I am an engineer at Google on the managed Redis team. UPD: replication -> persistence not available

You mean persistence is not yet available?

"Redis persistence" to AOF or RDB is not currently available (since we are not even in Beta yet), but standard tier instances persist your data in another zone in case something goes wrong with the master instance.

Re: Managed Redis on Google Cloud Platform

#34

Great. Does this support persisting to disk RDB[1] or AOF[2]? Pricing seems reasonable? 1GB of Redis data is $0.049 per GB hour. 730 hours in a month = $0.049 * 1 * 730 = $35.77/mo. 5GB of Redis data is $0.027 per GB hour. 730 hours in a month = $0.027 * 5 * 730 = $98.55/mo. [1][2] https://redis.io/topics/persistence

For comparison, here are the prices for managed Redis instances in Azure (Central US) [0]:

Basic Tier (single instance, no SLA)

1GB - $40.15/month

2.5GB - $65.70/month

6GB - $131.40/month

Standard Tier (Primary/secondary replicated instance, SLA)

1GB - $100.74/Month

2.5GB - $164.25/month

6GB - $328.50/month

Premium Tier (Cluster, w/persistence, SLA)

6GB - $405.15/month

[0]: https://azure.microsoft.com/en-us/pricing/details/cache/

Re: Managed Redis on Google Cloud Platform

#35

Great. Does this support persisting to disk RDB[1] or AOF[2]? Pricing seems reasonable? 1GB of Redis data is $0.049 per GB hour. 730 hours in a month = $0.049 * 1 * 730 = $35.77/mo. 5GB of Redis data is $0.027 per GB hour. 730 hours in a month = $0.027 * 5 * 730 = $98.55/mo. [1][2] https://redis.io/topics/persistence

May I ask what is the planned use case for the RDB/AOF replication? Are you expecting to have access to the snapshots while the instance is running, or you just need them for import/export or durability reasons?

Disclaimer: I am an engineer at Google on the managed Redis team.

Re: Managed Redis on Google Cloud Platform

#36

Earlier quoted context omitted.

You mean persistence is not yet available?

"Redis persistence" to AOF or RDB is not currently available (since we are not even in Beta yet), but standard tier instances persist your data in another zone in case something goes wrong with the master instance.

Yup, but your original post said replication isn't available yet. I think you meant persistence.

Re: Managed Redis on Google Cloud Platform

#37

Earlier quoted context omitted.

"Redis persistence" to AOF or RDB is not currently available (since we are not even in Beta yet), but standard tier instances persist your data in another zone in case something goes wrong with the master instance.

Yup, but your original post said replication isn't available yet. I think you meant persistence.

Thanks for pointing that out. Fixed.

Re: Managed Redis on Google Cloud Platform

#39
post #11

Earlier quoted context omitted.

NodeChef Redis Hosting is another option that makes it easy to deploy, operate, and scale Redis in the cloud. https://nodechef.com/redis-hosting

Please use a disclaimer that this is your company if you're going to advertise

It isn't their company...

Re: Managed Redis on Google Cloud Platform

#40

Earlier quoted context omitted.

Please use a disclaimer that this is your company if you're going to advertise

It isn't their company...

Yes it is, did you bother checking? https://news.ycombinator.com/item?id=13523349

   > coupdejarnac on Jan 30, 2017 
   > Are you a nodechef cofounder by any chance? I host with nodechef and am happy with them so far.

   > squid3 on Jan 30, 2017 
   > Yes, I am one of the co-founders. Thanks for hosting with us.
Post reply on HN