mirror of https://github.com/go-redis/redis.git
b5a9e5d2c6
* Bump go-redis version to 9.4.1 * Bump go-redis version to 9.5.0 |
||
---|---|---|
.. | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Delete keys without a ttl
This example demonstrates how to use SCAN
and pipelines to efficiently delete keys without a TTL.
To run this example:
go run .
See documentation for more details.