ered icon indicating copy to clipboard operation
ered copied to clipboard

An Erlang client for Valkey/Redis

Results 6 ered issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

Minimize the copying of data between processes. Do as much as possible in the calling process.

enhancement