Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
brianhartsock edited this page Nov 24, 2011 · 7 revisions

Project Description

MemPowered, a Powershell memcached client. This software is a Powershell v2.0 module which can communicate with a memcached cluster.

It was created mainly for educational purposes for .NET developers using memcached as a distributed cache.

What does it do?

MemPowered is simply a Powershell 2.0 module that can interact with a memcached cluster. Memcached "is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load."

LearnMemPowered builds on top of MemPowered and is a module which provides some helper functions to learn about memcached. It includes a memcached port to Windows so that once the module is installed, it is ready to use.

Download it and you are ready to GetStarted

![image1](/brianhartsock/MemPowered/wiki/images/11-6-2009 11-46-44 AM.png) ![image2](/brianhartsock/MemPowered/wiki/images/11-6-2009 5-13-40 PM.png)

Why should you use it?

To learn about memcached. Most developers understand caching and most understand hashtables. But not as many understand distributed caching and memcached, arguably one of the largest distributed caches in use (check this out if you don't believe me).

How does it work?

Want to Learn More?

Clone this wiki locally