libaster 1.0.2

A light, fast and powerful cache proxy written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libaster
=================

libaster is the library for aster proxy.

## change log

## 1.0.2

* metrics: add aster_front_connection_incr to remeasure count of client connections
* metrics: change aster_front_connection as current client connection gauge.

## 1.0.1

* metrics: add system cpu/memory/thread metric
* chore: compitable with rust stable (remove option_flattening and cell_update feature gate)