We have APIs that we have tried to upgrade from python sdk 2.5.x to a higher version.
Couchbase has been tested with the python sdk versions:
- 3.2.X
- 3.0.X
- 4.0.X
But they all produce memory lake.
The Server version is 6.0.0, which is compatible in principle.
The APIs are made with Tornado 5.0.2, but we also have another one with flask and it also produces a memory leak.
the following code corresponds to the way to install the bucket that we use with sdk version 4.0.x:
and we also call the getmulti method.
If anyone can help, Iād appreciate it.
Thank you