pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

Pelikan is a framework for building local or distributed caches. It comes with a highly extensible architecture, best-in-class performance, and superb operational ergonomics. You can use it to replace...

Results 16 pelikan issues
Sort by recently updated
recently updated
newest added

Add a new storage library which is capable of handling additional datastructures. Initially this can be implemented using a hashtable from `seg` and native collections (eg: std::collections::HashMap) and relying on...

enhancement

Tracking issue for adding a basic Redis compatible backend. Initially we should aim to support basic key-value commands by using the RESP protocol and the `seg` storage library.

enhancement

Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.2 to 0.12.3. Release notes Sourced from tonic's releases. v0.12.3 0.12.3 (2024-08-29) Features server: Added support for grpc max_connection_age (#1865) build: Add #[deprecated] to deprecated client methods...

dependencies
rust

Work-in-progress DO NOT MERGE Adds the ability to select between mio and tokio based segcache server.