Skip to Content
Menu

Redis Session Store

by
Odoo
v 12.0 Third Party 128
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 58
Technical Name odoo_redis_session_storage
LicenseLGPL-3
Versions 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 58
Technical Name odoo_redis_session_storage
LicenseLGPL-3
Versions 12.0

Redis Session Storage


This module allows you to use a Redis database to manage sessions, instead of the default Odoo filesystem implementation.

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

This module is needed when you have multiple instance of Odoo application server running behind a load balancing application.

There will be need to share user session information.

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 # http://redis.io/topics/quickstart

Usage or Configuation

add and set these following parameter in your configuration file

session_store = redis
redis=redis://username:password@ipaddress:6379/0
  • The username is optional but a place holder should be set as shown above
  • Replace the password with your redis auth password
  • ipaddress with the redis server address e.g
e.g
//.odoorc as the config file name or your name of choice.

session_store = redis
redis=redis://username:avlpynVhwvBa34x10NNINZiMRW2C8iJO@redis-13852.c14.us-east-1-2.ec2.cloud.redislabs.com:13852/0`

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
Nathan Lumer
on 8/2/19, 7:26 AM

Hey dude, your module is a full clone of module https://www.odoo.com/apps/modules/12.0/smile_redis_session_store/ with cosmetic changes! Why did you made it? To show that you are clever man?))

Re:
by
Ajepe Babatope
on 8/2/19, 9:55 AM Author

Because https://www.odoo.com/apps/modules/12.0/smile_redis_session_store exist does not mean others cannot factor out how things work. Do you have idea that this https://github.com/odoo/odoo-extra exist? File a dispute with Odoo if you are sure about your accusation.


There are no comments yet!