Last active
July 16, 2019 08:03
-
-
Save kristoff-it/2046e63d5daae676b6832f000d6790ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ redis-cli hset vec:1 x 10 y 5 z 23 | |
$ redis-cli hset vec:2 x 2 y 5 z 5 | |
$ cat script.py | redis-cli -x RG.PYEXECUTE | |
1) 1) "14.0" | |
2) "5.0" | |
3) "6.0" | |
2) (empty list or set) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment