Given a database that supports `GET`, atomic `SET`, and atomic `DELETE` operations, is it possible to implement a list that can be safely appended to?
-
Given a database that supports
GET
, atomicSET
, and atomicDELETE
operations, is it possible to implement a list that can be safely appended to? -
-
@hongminhee does order need to be preserved, and do you care about duplicates?
-
@hongminhee is only-once reading of a list item important to you?
-
@hongminhee I'd think no, since the client would need to first read the data before appending to the data and writing it back.
-
-
{Insert Pasta Pun}replied to Emelia 👸🏻 last edited by [email protected]
@thisismissem @hongminhee is there a case for "use sqlite it will work most of the time"? (If you can make it act like redis)
Copyright © 2025 NodeBB | Contributors