Skip to content

Commit 51421c7

Browse files
authored
Merge pull request #8 from RedisGrafana/feat/docker-updates
Add Gears Python plugin
2 parents 54f7e42 + 15162b3 commit 51421c7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

3-
## v1.1.0 (IN PROGRESS)
3+
## v1.2.0 (IN PROGRESS)
4+
5+
### Features / Enhancements
6+
7+
- Moving to Edge docker build (#7)
8+
- Add Gears Python plugin to Docker image
9+
10+
## v1.1.0 (2021-06-09)
411

512
### Features / Enhancements
613

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ ENTRYPOINT ["redis-server"]
3535
CMD ["--loadmodule", "/usr/lib/redis/modules/redistimeseries.so", \
3636
"--loadmodule", "/usr/lib/redis/modules/redisai.so", \
3737
"--loadmodule", "/var/opt/redislabs/lib/modules/redisgears.so", \
38-
"PythonHomeDir", "/opt/redislabs/lib/modules/python3"]
38+
"Plugin", "/var/opt/redislabs/modules/rg/plugin/gears_python.so"]

0 commit comments

Comments
 (0)