redis-cell 0.2.2

A Redis module that provides rate limiting in Redis as a single command.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Use this file purely for shortcuts only

all: test fmt lint

fmt:
	cargo +nightly fmt -- --write-mode=diff

lint:
	cargo +nightly clippy -- -D warnings

test:
	cargo test
	cargo test -- --ignored --test-threads=1