5 ms·
How do you delete data from redis ? Eg. Let's say that a customer no longer wants an account, and you want to delete all the keys related to an account. Do you
by devd 13y ago
How do you delete data from redis ?
Eg. Let's say that a customer no longer wants an account, and you want to delete all the keys related to an account. Do you manually write delete key statements ?
- pjscott 13y agoThat depends on how you've laid out your data in Redis.