al8n / stretto

Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.
Apache License 2.0
413 stars 28 forks source link

fix #18 #20

Closed goldwind-ting closed 2 years ago

goldwind-ting commented 2 years ago

fix: when execute clear, it will not stop to receive message from insert_buf_rx.

al8n commented 2 years ago

Thank you so much!