python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ttl can not be added when using dynamodb-onetable
I'm using dynamodb-onetable and trying to add ttl to the Model in a schema as described here: https://github.com/sensedeep/dynamodb-onetable
this is what my model looks like
SocketSession: {
...
levansuper
Votes: 0
Answers: 2
scan does not delete expired keys in redis
I have some keys which have expiration in redis. I check them with EXISTS in my application and I decide based on its output.
When they reach their expiration time, the TTL command, returns -1, but th...

Zeinab Abbasimazar
Votes: 0
Answers: 1
Why I got such error message when trying to create a ttl index in azure cosmosdb?
I'm trying to create some TTL indexes in azure cosmosdb collections (mongo API), these collection's elements are all string or integer, but when I use the index spec
{
"expireAfterSeconds":...

Caker Pang
Votes: 0
Answers: 1