1
0
mirror of https://github.com/redis/go-redis.git synced 2025-06-15 12:41:41 +03:00

chore: add example how to delete keys without a ttl

This commit is contained in:
Vladimir Mihailenco
2021-11-19 17:03:42 +02:00
parent 47ac23e055
commit 9b48b5e45f
6 changed files with 272 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Redis Lua scripting example
This is an example for [Redis Lua scripting #](https://redis.uptrace.dev/guide/lua-scripting.html)
This is an example for [Redis Lua scripting](https://redis.uptrace.dev/guide/lua-scripting.html)
article. To run it:
```shell