Discussion
Loading...

Post

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Emelia 馃懜馃徎
@thisismissem@hachyderm.io  路  activity timestamp 4 months ago

Wow, that's annoying, if you open an account with Redis Cloud (redis's hosted service), then you can't self-close it, and instead need to file support ticket to get them to delete your data.

#Redis#RedisCloud

  • Copy link
  • Flag this post
  • Block
Colin Macleod
@CGM@mastodon.scot replied  路  activity timestamp 4 months ago
@thisismissem Can't you just use Redis commands to delete your data?
E.g. I use Redis from Tcl and I wrote the following little script to delete all keys matching some pattern (for a cloud service you would need to add the connection and login details of course) -

package require retcl
retcl create redis

set pattern [lindex $argv 0]
set keys [redis -sync keys $pattern]
foreach key $keys {
puts "del $key"
redis -sync del $key
}

  • Copy link
  • Flag this comment
  • Block
Emelia 馃懜馃徎
@thisismissem@hachyderm.io replied  路  activity timestamp 4 months ago
@CGM it's not the data I care about, it's the account on their service that I don't want / need anymore.
  • Copy link
  • Flag this comment
  • Block
Henryk Pl枚tz
@henryk@chaos.social replied  路  activity timestamp 4 months ago
@thisismissem There used to be this trick that you first change your billing address to California, and then suddenly many sites have a self-service cancel button (because that's the law in California). Not sure if it works with Redis.
  • Copy link
  • Flag this comment
  • Block
Emelia 馃懜馃徎
@thisismissem@hachyderm.io replied  路  activity timestamp 4 months ago
@henryk tried that, and nope.
  • Copy link
  • Flag this comment
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About 路 Code of conduct 路 Privacy 路 Users 路 Instances
Bonfire social 路 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login