|
|
|
|
|
by hodr_super
309 days ago
|
|
Distributed Lua is cool. Is your implementation similar to DragonflyDB, which doesn’t allow handling undeclared keys in Lua? For example, if I want to generate a new key dynamically inside a script like:
`local queue_key = "queue:user:" .. uid`
How does your system handle such cases? |
|
Could you share a bit more about your specific use case? That will help me explain how EloqKV can best support it.