algo
Functions
hash(value)
Gets the hash of a value of any type.
uuid()
Generates a UUID.
Classes
CacheAn ephemeral key-value storage that automatically cleans up old entries.
Load-balancer using consistent hashing.
Load-balancer that evens out workload among targets.
Provides load balancing and resource pooling functionalities.
Keeps track of quota.
Load-balancer that rotates targets by round-robin algorithm.
Path-based routing algorithm.