File: README.md

package info (click to toggle)
golang-github-redis-go-redis 9.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,080 kB
  • sloc: sh: 289; makefile: 99
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Redis Lua scripting example

This is an example for [Redis Lua scripting](https://redis.uptrace.dev/guide/lua-scripting.html)
article. To run it:

```shell
go run .
```