-
From the Streaming API example:
> It is also possible to register on streams using the following syntax:
>
> `GearsBuilder('StreamReader').foreach(lambda x: execute('set', x['streamId'], str(x))…
-
```
...
ld: unknown option: -Bstatic
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [redisgears.so] Error 1
```
-
RG.PYEXECUTE "gearsCtx().map(lambda x : redisgears.executeCommand('get', 'x')).map(lambda x:str(x)).run()"
-
-
In stead of creating `KeysOnlyGB` let's have a Single GearsBuilder object, but allow to set in the constructor if you want keysOnly. (which is by default false)
-
```bash
127.0.0.1:6379> MODULE LOAD /home/guy/redislabsmodules/RedisGears/redisgears.so
OK
(1.53s)
127.0.0.1:6379> MODULE LOAD /home/guy/redislabsmodules/RedisSearch/build/redisearch.so
OK
(0.93…