We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f7e42 commit 15162b3Copy full SHA for 15162b3
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
-## v1.1.0 (IN PROGRESS)
+## 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)
11
12
### Features / Enhancements
13
Dockerfile
@@ -35,4 +35,4 @@ ENTRYPOINT ["redis-server"]
35
CMD ["--loadmodule", "/usr/lib/redis/modules/redistimeseries.so", \
36
"--loadmodule", "/usr/lib/redis/modules/redisai.so", \
37
"--loadmodule", "/var/opt/redislabs/lib/modules/redisgears.so", \
38
- "PythonHomeDir", "/opt/redislabs/lib/modules/python3"]
+ "Plugin", "/var/opt/redislabs/modules/rg/plugin/gears_python.so"]
0 commit comments