ered
ered copied to clipboard
An Erlang client for Valkey/Redis
The taiki-e has new versions almost every day and updating the dependency pollutes our commit history. The spellcheck job in the CI is not that important so we can disable...
I'd like to propose to evaluate and (selectively) adopt secure software development best practices recommended by the Open Source Security Foundation (OpenSSF) [1]. The OpenSSF Scorecard project checks various development...
Pipelines (a list of commands executed as a batch) are assumed to apply to keys in a single slot and is currently handled like this: 1. The commands are sent...
When `gen_tcp:recv` (or `ssl:recv`) is used, the process can't respond to supervisor events. We should use `{active, once}` or `{active, N}` instead. We use one process to send data to...
Minimize the copying of data between processes. Do as much as possible in the calling process.