Earlier quoted context omitted.
Ok I'll talk ;-) The matter is that currently, if you delete a key, you know that the command returns once the memory is reclaimed. UNLINK is conceptually like DEL, but the memory reclaiming, while fast because there is a thread doing only like that, is asynchronous. So in certain use cases, while semantically identical if you think at what happens to data, the two commands are semantically different in the way memor…
Maybe a new command like "DELSYNC" should be added that acts like the current DEL behavior, and in a future version DEL could be changed to act like UNLINK?
Redis 4.0 RC1 is out
21–30 of 30 posts
Re: Redis 4.0 RC1 is out
#22Earlier quoted context omitted.
Maybe a new command like "DELSYNC" should be added that acts like the current DEL behavior, and in a future version DEL could be changed to act like UNLINK?
Or call the new version DEL ASYNC or DELASYNC instead of UNLINK?
Re: Redis 4.0 RC1 is out
#23Re: Redis 4.0 RC1 is out
#24Earlier quoted context omitted.
This doesn't sound so bad. Should just state this limitation clearly in the notes. Otherwise people will assume something a lot worse is going on given how you phrased it.
Yep it was just a joke. I'll update the post.
*but you could always add a footnote to avoid conspiracy theories about the CIA's efforts to infiltrate your memory reclaiming strategy.
Re: Redis 4.0 RC1 is out
#25Re: Redis 4.0 RC1 is out
#26Re: Redis 4.0 RC1 is out
#27Earlier quoted context omitted.
Ok I'll talk ;-) The matter is that currently, if you delete a key, you know that the command returns once the memory is reclaimed. UNLINK is conceptually like DEL, but the memory reclaiming, while fast because there is a thread doing only like that, is asynchronous. So in certain use cases, while semantically identical if you think at what happens to data, the two commands are semantically different in the way memor…
Maybe a new command like "DELSYNC" should be added that acts like the current DEL behavior, and in a future version DEL could be changed to act like UNLINK?
Re: Redis 4.0 RC1 is out
#28Earlier quoted context omitted.
Yep it was just a joke. I'll update the post.
I understood it as such. Don't let the humor-impared* cramp your style. I'm sure a double-digit percentage of Redis' success is the result of your excellent writing and the character it adds to the project. *but you could always add a footnote to avoid conspiracy theories about the CIA's efforts to infiltrate your memory reclaiming strategy.