pelikan
pelikan copied to clipboard
Pelikan is Twitter's unified cache backend
**Is your feature request related to a problem? Please describe.** I am evaluating using Pelikan for one of my project. The build system I am using(company specific) is **only** allowed...
How do we use redis cli to connect to pelikan? After I try to connect successfully, I run the get/set command and the operation fails. The service is disconnected.
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.24.2. Release notes Sourced from tokio's releases. Tokio v1.24.1 This release fixes a compilation failure on targets without AtomicU64 when using rustc older than 1.63....
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
I got a request to find out how many keys there are in cache that belong to a particular dataset (represented by a specific prefix). I thought about it for...
Adds `hmget` command to resp protocol implementation.
In an effort to debug flakey CI for macos, let's try using now() instead of recent() within the storage library.
macos builds continue to be flakey in ci for debug builds. In order to make ci less flakey, this change adds an exclude for debug build under macos
This is code-complete and lightly tested. I haven't tested this beyond some basic smoke tests but ultimately the code is pretty simple.
Draft PR, needs performance evaluation Changes threading model to use shared storage, protected by a mutex. This removes the overhead of cross-thread signaling and communication on the request path in...