Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
devd
13y ago
FYI, on Android, you can get a list of installed Applications without any permission.
32.
▲
by
devd
13y ago
Just use the instance storage instead of EBS. Then write a script to move the AOF file from instance storage to EBS/S3
33.
▲
by
devd
13y ago
Well, Redis data structures like lists, sets, hashes and sorted sets are great! You don't have to switch context and think in terms of SQL while programming.
34.
▲
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 ?