Daniele Salvatore Albano

Results 40 issues of Daniele Salvatore Albano

Implement keyspace related commands https://redis.io/commands/object-refcount/ https://redis.io/commands/object-idletime/ https://redis.io/commands/object-freq/ https://redis.io/commands/object-encoding/

enhancement

Hi @mattsta! I was having a look at your code, as I would be interested in using it to calculate the CRC64 to generate RDB files but I have noticed...

This PR switch the CI to use self-hosted agents, add release builds and add ARM64 builds (powered by an Orange PI 5 on the self-hosted agents side).

enhancement

https://redis.io/commands/?group=transactions

enhancement

A new hashtable has been implemented for cachegrand and the documentation has to be rewritten as needed. Here the PR that merged the new hashtable and contains an high level...

bug

Implement a mechanism to allow multiple instances of cachegrand to work in a cluster. The initial implementation should aim to a simple primary/secondary instance where all the operations are carried...

enhancement

Tests for the high level snapshotting process (implemented in storage_db_snapshot.c mostly)

From a quick overview of the code it seems that there is no support for XDP_USE_NEED_WAKEUP and XDP_RING_NEED_WAKEUP and the sendto / pool functions are invoked continuously. Their used would...

I was going over the code and I was wondering if the Fill, Transmit, Receive, etc. functions are not of risk of corrupting the state of the ring buffers, they...

Perhaps it's a silly question, but why not SIMD? I think it would actually make the challenge much more interesting combine with the no external deps. Even because unless you...