[Mahara-contributors] [Bug 1876185] Re: Allow redis function without needing sentinel

2020-10-21 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876185

Title:
  Allow redis function without needing sentinel

Status in Mahara:
  Fix Released

Bug description:
  When redis was set up in mahara it was envisioned to be used with
  redis sentinel in a cluster situation

  But we should also allow redis to be usable without sentinel

  Looking at the code we probably need to adjust the get_redis_master()
  and get_redis_servers() functions in htdocs/auth/lib.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876185/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1876185] Re: Allow redis function without needing sentinel

2020-09-08 Thread Kristina Hoeppner
** Tags removed: nominatedfeature
** Tags added: newfeature

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876185

Title:
  Allow redis function without needing sentinel

Status in Mahara:
  Fix Committed

Bug description:
  When redis was set up in mahara it was envisioned to be used with
  redis sentinel in a cluster situation

  But we should also allow redis to be usable without sentinel

  Looking at the code we probably need to adjust the get_redis_master()
  and get_redis_servers() functions in htdocs/auth/lib.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876185/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1876185] Re: Allow redis function without needing sentinel

2020-08-24 Thread Kristina Hoeppner
** Tags added: nominatedfeature

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876185

Title:
  Allow redis function without needing sentinel

Status in Mahara:
  Fix Committed

Bug description:
  When redis was set up in mahara it was envisioned to be used with
  redis sentinel in a cluster situation

  But we should also allow redis to be usable without sentinel

  Looking at the code we probably need to adjust the get_redis_master()
  and get_redis_servers() functions in htdocs/auth/lib.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876185/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1876185] Re: Allow redis function without needing sentinel

2020-07-28 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876185

Title:
  Allow redis function without needing sentinel

Status in Mahara:
  Fix Committed

Bug description:
  When redis was set up in mahara it was envisioned to be used with
  redis sentinel in a cluster situation

  But we should also allow redis to be usable without sentinel

  Looking at the code we probably need to adjust the get_redis_master()
  and get_redis_servers() functions in htdocs/auth/lib.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876185/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1876185] Re: Allow redis function without needing sentinel

2020-07-19 Thread Dmitrii Metelkin
** Changed in: mahara
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876185

Title:
  Allow redis function without needing sentinel

Status in Mahara:
  In Progress

Bug description:
  When redis was set up in mahara it was envisioned to be used with
  redis sentinel in a cluster situation

  But we should also allow redis to be usable without sentinel

  Looking at the code we probably need to adjust the get_redis_master()
  and get_redis_servers() functions in htdocs/auth/lib.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876185/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1876185] Re: Allow redis function without needing sentinel

2020-07-19 Thread Dmitrii Metelkin
** Changed in: mahara
 Assignee: (unassigned) => Anupama Dharmajan (anupamadharmajan)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1876185

Title:
  Allow redis function without needing sentinel

Status in Mahara:
  Confirmed

Bug description:
  When redis was set up in mahara it was envisioned to be used with
  redis sentinel in a cluster situation

  But we should also allow redis to be usable without sentinel

  Looking at the code we probably need to adjust the get_redis_master()
  and get_redis_servers() functions in htdocs/auth/lib.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1876185/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp