Redis Session Store

by
Odoo
v 9.0 v 10.0 v 11.0 v 12.0 Third Party 1338
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 62
Technical Name smile_redis_session_store
LicenseAGPL-3
Versions 11.0 10.0 12.0 9.0
You bought this module and need support? Click here!

Smile-SA/odoo_addons

Redis Session Store

This module allows you to use a Redis database to manage sessions, instead of classic filesystem storage.

Redis is an open source, in-memory data structure store, used as a database, cache and message broker.

It is useful for load balancing because session's directory may not be shared.

Requirements

You need to install and to start a Redis server to use this module. Documentation is available on Redis website.

You need to install package redis:

pip3 install redis

Usage

To use Redis, install this module and please add enable_redis = True option in configuration file.

Available options

  • redis_host (default: localhost): Redis host
  • redis_port (default: 6379): Redis port
  • redis_dbindex (default: 1): Redis database index
  • redis_pass (default: None): Redis password

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

  • Isabelle RICHARD

Maintainer

This module is maintained by Smile SA.

Since 1991 Smile has been a pioneer of technology and also the European expert in open source solutions.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
by
Thang Duong Bao
on 8/29/23, 3:58 AM



There are no comments yet!