Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3851334
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:08:46+00:00 2026-05-19T17:08:46+00:00

Currently I am working on a project in which I need to use memcached.

  • 0

Currently I am working on a project in which I need to use memcached. I have researched through a lot of web links but I do not understand how to get started with memcached. I have already worked with mongodb but would like help with configuration of memcached.

I am using windows 7 operating system and have used the following links so far.

http://www.codeforest.net/how-to-install-memcached-on-windows-machine

http://memcached.org/

http://www.codeproject.com/KB/aspnet/memcached_aspnet.aspx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T17:08:47+00:00Added an answer on May 19, 2026 at 5:08 pm

    Well, finally I got the answer…

    I have gone through more then 50 link related to memcache,the best and only link which give you how to implement memcache in your project is

    http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=96698&av=163627

    and for theoretical knowledge please refer the link below

    http://code.google.com/p/memcached/wiki/FAQ#What_is_the_maximum_data_size_you_can_store?_(1_megabyte)

    code example is

    http://www.koders.com/csharp/fid80DA3A5A619DF298A8902A3E74A94B7A126D0438.aspx?s=socket

    I have created the small document have a look before you start memcache

            /// difference between set and add and replace
    
            /// add property do not use to add key which is already exist in memcache
            /// set use to overwite the key if that is already exist in memcache
            /// if key already exist ,replace property can replace it other wise not,where else set property use to replace if key already exist other wise it will add new key in the memcache
    
    
            ///Important
            ///
            /// if u are fetching the key which do not exist in memcache it will return null,as well if u are fetching the key whose value is null in memcache it will return null
            /// so avoid inserting the key with null value
            /// 
            ///If you simply want to avoid key collision between different types of data, simply prefix your key with a useful string. For example: "slash_1", "pradeep_1".  
            ///
            /// 
            /// 
            /// FlushAll() method use to remove(Flush) every thing from memcache
            /// 
            /// Stats() gives every information about the memcache like total items,connections,pId etc.....
    
    
            /// difference between increment, decrement
            /// 
            /// to use Increment or Decrement first u need to store counter by StoreCounter method else u will get null
            ///
    
    
            /// difference between GetMultiple and GetMultipleArray
            /// 
            ///GetMultiple gives you the object with there key and GetMultipleArray gives you the object not the key
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our team is currently working on a large project which makes heavy use of
I am currently working in a .Net project but from university I have also
I am currently working on a project which requires migration of content from different
I'm currently working on a project which will support multiple file writing specifications (imagine
I´m working on a project, in Visual Studio 2008, which DLL currently surpasses 20
I'm currently working on project with Haskell, and have found myself some trouble. I'm
I am currently working on a project where users need to be able to
I am currently working on a SharePoint project that needs to use the Lists
I'm currently working on a pet project and need to do C++ development on
I am currently working on a project where I need to access a build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.