Most voted "memcached" questions
Free, open-source, high-performance memory distributed object caching system.
Learn more…6 questions
Sort by count of
-
4
votes1
answer389
viewsWhat is the purpose Message Queue MQ
I’ve heard a lot about Messagequeue, and I’ve never used it in practice. But before that, I would like to know what is the need and your purpose of using an MQ. Thinking about scalability and…
-
1
votes1
answer87
viewsMemcached + Tomcat authentication
I’m testing the Memcached to implement failover on my Tomcat servers. Is there any way to implement user/password security? Memcached will be on a public IP, so I find it unsafe that he’ll be…
-
1
votes0
answers28
viewsRunning multiple instances of the same application on a single Memcached Server
I’m having a problem with "docked" and Memcached apps, to store some values, apparently when I start a new instance of Docker, which runs a Spymemcached client, all the data in the cache is…
-
1
votes0
answers43
viewsProblems with Memcached + Django + Celery(Rabbitmq)
I’m having trouble using the memcached + Celery(Django). My program makes a query in a database, through a cursor, creates chuncks with the return of the bank and sends these Chunks to be processed…
-
0
votes0
answers29
viewsHow do I know if Memcached is connected to C#?
How to know if Memcached is connected with C# ?
-
0
votes0
answers31
viewsHow do I make memcache point to 127.0.0.1 in windows 10?
I’m trying to make mine memcached server point to the address 127.0.0.1, but when I run my application appears the error: Notice: Memcachepool::add(): Server 10.203.10.76 (tcp 11211, udp 0) failed…