memcached Questions

7

Solved

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/memcached.so' - /usr/lib/php/20131226/memcached.so: undefined symbol: php_msgpack_serialize in Unknown on line 0 Ea...
Aliciaalick asked 23/7, 2016 at 21:10

3

Solved

I'm trying to install Memcached on Mac using this tutorial: http://tugdualgrall.blogspot.de/2011/11/installing-memcached-on-mac-os-x-and.html but when I try ./configure it says: configure: error: n...
Hackworth asked 15/7, 2012 at 18:32

3

I have the issue installing a memcached's module for php 7.1. I use MacOS High Sierra and [email protected] installing using homebrew. During the installation of memcached module for php using...
Corky asked 30/5, 2018 at 9:45

1

Solved

I want to use memcached for session store which is on a different server it will be accessed by rails app using dalli gem. So are dalli gem's write operations asynchronous? If not is it possible to...
Griego asked 8/5, 2017 at 11:37

6

I am using Spring Boot and for caching I am using Ehcache. It's working fine till now. But now I have to reload / refresh so how can I do this so that my application will not be having any downtime...
Vicissitude asked 5/6, 2019 at 10:31

2

Solved

I'm trying to perform a pecl install memcache with XAMPP on OS X Yosemite, but it fails to find zlib, producing this error: checking for the location of ZLIB... no checking for the location of...
Huebner asked 19/4, 2015 at 7:10

4

Solved

i am using memcached on my centos server , my project is large and has objects more than 1MB which i need to save to memcached , well , i can't ! because the max_item_size is 1MB , anyway to edit t...
Arlie asked 25/1, 2011 at 15:45

3

Solved

Im writing a small code using Memcache Go API to Get data stored in one of its keys . Here are few of lines of code i used ( got the code from Go app-engine docs ) import "appengine/memcache" it...
Matisse asked 9/3, 2015 at 12:9

3

I'm using Spring Security Keycloak adapter 12.0.1 and Memcached for session replication. When the session is loaded from Memcached, classes from the Keyclaok adapter are deserialized. The read meth...
Sy asked 11/3, 2021 at 13:7

14

Solved

I'm testing out using memcached to cache django views. How can I tell if memcached is actually caching anything from the Linux command line?
Bickerstaff asked 10/3, 2009 at 19:30

8

Solved

I don't think it's clear to me yet, is it faster to read things from a file or from memcached? Why?
Furie asked 30/6, 2010 at 9:44

5

Solved

We have one server running Windows Server 2003 for our production web server. Our web site has different modules to it and each is ran within it's own application pool. This makes caching a bit of ...
Joanne asked 8/12, 2011 at 14:26

3

I'm designing an application where I want to cache million data each around 10kb.. I did some analysis and on the fence between using Redis vs memcached vs Scylla as Cache.. Can some experts sugges...
Dada asked 11/12, 2020 at 19:9

1

Solved

I've seen all over problems using Memcached in Django projects which is considered to be The fastest, most efficient type of cache supported natively by Django For instances, Why doesn't mem...
Caddaric asked 12/10, 2020 at 11:53

5

Solved

I need to frequently access the result of a time-consuming calculation. The result changes infrequently, so I have to recalculate the data from time to time but it is ok to use the outdated r...
Sybilla asked 31/10, 2012 at 13:5

4

Solved

If I have a pretty static set of data that I want to be able to access as quickly as possible. Should I cache the data into Memcached or should I store it in a HEAP table or something inside MySQL?...
Nasa asked 9/6, 2009 at 23:7

12

How to stop and restart memcached server 1.4.5 in linux OS from command line?
Annunciate asked 22/6, 2010 at 19:58

3

Solved

I don't want to restart the memcached server!
Gamez asked 25/10, 2009 at 5:11

7

I am setting memcached with $memcached->set("item" , ["1" => "hello"]); anything work in PHP , In Node.js with memcached plugin , I get a buffer instead of array in result <Buffer 6...
Schiro asked 9/8, 2013 at 14:17

4

Solved

I have a social network The users table is around 60,000 rows The friends table is around 1 million rows (used to determine who is your friend) I am wanting to do a friend feed, wall, whatever ...
Hyacinthe asked 29/7, 2009 at 3:1

1

I encountered a weird question today .I found have three items in a slab by run command "stats items" , but when i run command "stats cachedump 1 0" for view item infomation this slab , only show t...
Edora asked 28/11, 2017 at 15:12

3

I read the official guide. It says there are page cache, action cache and fragment cache, but they are not what I want. I just like to cache an object, not the whole page or fragment of view, like...
Baillargeon asked 23/11, 2011 at 2:26

4

Solved

I got memcached installed. This is from phpinfo(): But when using it like this: private static function getZendCacheMemcachedObject() { $frontendOpts = array( 'caching' => true, 'lifetime...
Niemeyer asked 20/3, 2012 at 16:23

3

Solved

We're running CakePHP 2.9, and using an Elasticache Cluster for Session Storage (which is stored via Memcached). We've disabled PHP's in-built session garbage collection as recommended here: https...
Dennis asked 20/2, 2017 at 0:2

5

Solved

I want memcached to be flushed on every restart/reload of django server. I use cherrypy for production and builtin server for development. I would add this to settings.py, right after CACHES: fro...
Berck asked 9/5, 2011 at 21:35

© 2022 - 2024 — McMap. All rights reserved.