Sha256: 0a3624a757b1f9853c110683f4eeee05b61a2a058246a9d7e25aab1b647a1534

Contents?: true

Size: 796 Bytes

Versions: 1

Compression:

Stored size: 796 Bytes

Contents

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.3

### Changed
- Ensure that arguments sent to Redis Lua script are cast to integers.

## 1.0.2

### Added
- Throttle insances can now specify the Redis instance to override the global setting.
- Redis instance now defaults to the default redis instance: `Redis.new`.
- Optimize loading LUA script to Redis; now done globally instead of per throttle instance.


## 1.0.1

### Added
- Added mutex in `SimpleThrottle.add` to ensure thread safety when adding global throttles.


## 1.0.0

### Added
- Simple Redis backed throttle for Ruby.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_throttle-1.0.3 CHANGELOG.md