Code: Select all
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
Code: Select all
$request = $redis->get($key1);
Code: Select all
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
Code: Select all
$request = $redis->get($key1);
v3.0.4.0 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
v3.0.4.0 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
Code: Select all
public function _construct($registry) {
$this->config = $registry->get('config');
$this->db = $registry->get('db');
$this->request = $registry->get('request');
$this->session = $registry->get('session');
}
v3.0.4.0 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
v3.0.4.0 php 8.1
I'm here for a reason, if your response is contact a/the developer, just don't reply.
A new connection is not made every query, just every request (or script execution). As I understand in with database connection pooling your would still need to connect. It's just that the connection time would be reduced as a previous connection would be reused from the pool.
Can we consider this issue [SOLVED]?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Users browsing this forum: No registered users and 20 guests