Skip to main content

Questions tagged [memcached]

Memcached is a simple distributed object cache that caches information in memory, and can be used to improve the performance of dynamic web applications by reducing access time and database load.

memcached
0 votes
0 answers
28 views

Is there any way to have redis and memchaced coexist on one server?

I'm currently running a web service on an aws web server (ec2). I'm using elasticache memcached to keep the login status. However, the screen loads very slowly, so I considered storing the query ...
s.screwd's user avatar
0 votes
1 answer
18 views

Memcache SET command does not work on localhost but from remote machine

I developed a basic memcache get and set implementation in c#. When i run a test, everything works as expected, when the test is run on another machine than the memcache server. When i run the same ...
Dryzler's user avatar
  • 17
0 votes
0 answers
10 views

opendkim and memcached not working together

I'm trying to connect opendkim with memcached, but I'm getting the following error: root@ad66fb76c1d5:~# /usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim.pid opendkim: ...
Matt Parlane's user avatar
0 votes
2 answers
46 views

PHP memcached addserver don't return False when server is down

I have a memcached server running on 127.0.0.1:11211, but not 127.0.0.22:11212. I would like to test the connection to it thanks to this code; $memcached = new Memcached; if( !$memcached->addServer(...
Mr.TT's user avatar
  • 3
4 votes
2 answers
57 views

Memcached with multi parameter keys. and performance

How are you? I am using memcached for a while now and love it. Bheind the cache I am tipicly using Postgress or any relational database. There are some cases when using cache make it complex. and I am ...
shay te's user avatar
  • 1,068
2 votes
0 answers
275 views

Memcache PHP extension for PHP 8.3 on Windows

Is there Memcache extension for PHP 8.3.7? If someone can share a link to download Memcache dll extension? I downloaded Memcache extension for PHP 8.3 from here https://pecl.php.net/package/memcache/8....
Vasil Gorgiev's user avatar
0 votes
0 answers
32 views

[memcached_extstore]extstore fail to take effects, has anybody meet the same questions?

I'm trying the memcached_extstore and succeed in starting it, but when I try some 4KB writes ,I found that no data write to extstore,has anybody meet the same questions? Here's my code Wapiti@node1:~/...
Wapitisang's user avatar
0 votes
0 answers
17 views

Cached files around 2-3GB even after restarting

So I was in my class yesterday and decided to check up my system through activity monitor, I saw that the cached was in the gb section, so I thought why not restart the system, once back on, I open ...
instrogamer121's user avatar
1 vote
1 answer
336 views

How to install php-memcached ext on php 7.4

I have upgraded Ubuntu from 20.04 to 24.04 and i have several versions of php installed on my server sudo update-alternatives --config php So the problem is that i cant install php-memcached on php7....
VALIKHAN's user avatar
  • 437
0 votes
0 answers
29 views

Maintaining reference to already-loaded cache between server restarts, or, after a new version of the app is deployed

So I have an app deployed in appengine and it uses JCache as the cache API. Fact 1: The cache is loaded with data from the DB every day between 00:01 am and 00:04 am. This process works and there is ...
Applix Systems's user avatar
0 votes
0 answers
39 views

Memcached-MemcacheIllegalInputError - Data values must be binary-safe: 'ascii' codec can't encode characters in position 2-5: ordinal not in range(128

I'm doing some tests with memcached on my django project to understand if I can get benefit of it. But I stuck at unicode character caching. I read many article about it but still could not understand ...
ftdeveloper's user avatar
  • 1,093
0 votes
0 answers
28 views

Google Cloud storing Entity to Memcache

After two weeks of trying to find a solution, I am quite desperate to find (and I have read everything related to the topic) any way to resolve the issue. I am reworking server because Java 8 has ...
Martin Tomas's user avatar
0 votes
0 answers
16 views

Redis - Identify Shard Type | CLI or API

Redis Enterprise DBs come with the two following Shard Types: Large: IOPS is 1,000 times the DB size in GB High Throughput: IOPS is 10,000 times the DB size in GB. The Redis DB "Export" ...
Vishwas M.R's user avatar
  • 1,599
0 votes
1 answer
53 views

How to include Memcached

As the title says, I don't understand how to include the Memcached class. Installed from the official PHP Manual $mc = new Memcached(); $mc->addServer("localhost", 11211); $mc->set(&...
Toma Tomov's user avatar
  • 1,644
0 votes
1 answer
58 views

memcached error "Maximum connections must be greater than 0" in tempo-distributed

I am using Tempo Distributed Helm Chart to version : 1.9.0 And enabled memcached, but I am getting below error in memcached logs and memcache pods are not getting up. Maximum connections must be ...
Vaibhav Shah's user avatar

15 30 50 per page
1
2 3 4 5
347