pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

Pelikan is Twitter's unified cache backend

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

## General Information During slab eviction operation, all items in slab which is currently evicted are **removed** from hashtable, but unfortunately stats related to this operation are not updated, which...

A few questions here: - should we use python3? There's no historical baggage, so the question boils down to if there are new features that would benefit testing. - what's...

Currently we need blank lines to separate individual commands inside the same test sequence, and executes each command following the req-rsp-stat order. It would be more flexible to allow a...

enhancement

- remove sudo requirement (so we can use containers) - check if caching can be used

enhancement

A few things to consider: - availability across all platforms we plan to support; - customized rules; - IDE/editor integration; - build integration.

question

So each connection will have an addr member, this in turn can be used for issue #37 and we can simplify the signature of `channel_open_fn` to just include a pointer...

enhancement

We would like to be able to use the admin port to initiate shutdown of the server. Add corresponding endpoints for both graceful and immediate shutdown. Consider having these endpoints...

**Describe the bug** mac OS debug build tends to fail integration test as described in this test source [file](https://github.com/twitter/pelikan/blob/master/src/server/segcache/tests/common.rs) For example, this is a failed run where the key is...

In #453 there are tests added for testing TLS functionality within the `net` crate which are left commented out. To enable these tests, we must be able to generate valid...