1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-19 07:22:17 +03:00

8 Commits

Author SHA1 Message Date
Evan Goldschmidt
7acec74c59 Script: Fix Exists to use hash instead of source (#726)
`SCRIPT EXISTS` accepts a hash, not the raw source: https://redis.io/commands/script-exists
2018-03-05 11:03:03 +02:00
Vladimir Mihailenco
e3550dd65c Add Script.Hash 2017-05-24 15:24:47 +03:00
Vladimir Mihailenco
2e4944712d Document Script.Run. Fixes #536 2017-04-08 09:35:56 +03:00
Vladimir Mihailenco
34122bffa8 Check that clients implement scripter interface. 2016-12-14 12:12:50 +02:00
Vladimir Mihailenco
5e5a540eb1 Accept interface{} in Eval. Fixes #243. 2016-04-09 11:01:33 +03:00
Vladimir Mihailenco
771ae5f899 script: fix small API inconsistency (backwards compatible). 2015-06-11 17:17:06 +03:00
Vladimir Mihailenco
3bea997988 all: switch to gopkg.in. 2014-05-11 10:44:22 +03:00
Vladimir Mihailenco
8dd08e6e5a Add Lua script helper. 2013-05-22 17:56:59 +03:00