All Projects → tomschlick → Memcached Library

tomschlick / Memcached Library

Licence: mit
A CodeIgniter Library to Interface with the Memcached cache system

Projects that are alternatives of or similar to Memcached Library

Classroombookings
The open source hassle-free room booking system for schools
Stars: ✭ 89 (-35.97%)
Mutual labels:  codeigniter
Did
高性能的ID生成器, 基于rpcx和Memcached协议提供网络服务调用
Stars: ✭ 120 (-13.67%)
Mutual labels:  memcached
Zhttp
基于swoole的异步轻量级web框架,内部封装协程异步非阻塞全套mysql、redis、mongo、memcached连接池,可以轻松start、reload、stop,加入数据库的查询模块,框架已经封装好近乎同步写法,底层异步调用
Stars: ✭ 131 (-5.76%)
Mutual labels:  memcached
Fastapi Plugins
FastAPI framework plugins
Stars: ✭ 104 (-25.18%)
Mutual labels:  memcached
Memcached exporter
Exports metrics from memcached servers for consumption by Prometheus.
Stars: ✭ 109 (-21.58%)
Mutual labels:  memcached
Hoosk
Hoosk Codeigniter CMS
Stars: ✭ 123 (-11.51%)
Mutual labels:  codeigniter
Node Cached
A simple caching library for node.js, inspired by the Play cache API
Stars: ✭ 85 (-38.85%)
Mutual labels:  memcached
Sequelize Transparent Cache
Simple to use and universal cache layer for Sequelize
Stars: ✭ 137 (-1.44%)
Mutual labels:  memcached
Go Katsubushi
ID generator server
Stars: ✭ 118 (-15.11%)
Mutual labels:  memcached
Overlord
Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
Stars: ✭ 1,884 (+1255.4%)
Mutual labels:  memcached
Dogpile.cache
dogpile.cache is a Python caching API which provides a generic interface to caching backends of any variety
Stars: ✭ 106 (-23.74%)
Mutual labels:  memcached
Shade
Memcached client for Scala
Stars: ✭ 107 (-23.02%)
Mutual labels:  memcached
Codeigniter Angularjs App
Sample App based on CodeIgniter and AngularJS
Stars: ✭ 127 (-8.63%)
Mutual labels:  codeigniter
Manga Tracker
A cross-site manga-tracker.
Stars: ✭ 93 (-33.09%)
Mutual labels:  codeigniter
Wp Spider Cache
Your friendly neighborhood caching solution for WordPress
Stars: ✭ 133 (-4.32%)
Mutual labels:  memcached
Hr Payroll
HRM is a Modern and responsive Human Resource Management System. It is developed by PHP and Codeigniter framework. It is designed and developed for office management and company employee management.
Stars: ✭ 86 (-38.13%)
Mutual labels:  codeigniter
Mdserver Mac
mdserver (mac version, secondary development)
Stars: ✭ 121 (-12.95%)
Mutual labels:  memcached
Codeigniter Ss Twig
A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
Stars: ✭ 139 (+0%)
Mutual labels:  codeigniter
Memcached Operator
A Kubernetes operator for memcached
Stars: ✭ 136 (-2.16%)
Mutual labels:  memcached
Luthier Ci
Improved routing, middleware support, authentication tools and more for CodeIgniter 3 framework
Stars: ✭ 129 (-7.19%)
Mutual labels:  codeigniter

#Memcached Library for CodeIgniter

##Description

This library is to help interface between a CodeIgniter based project and 1 or more Memcached Servers ( http://www.danga.com/memcached/ ). It can also be used as a standalone php class with a few tweaks (the data in config/memcached.php needs to be loaded into the $config variable in the constructor).

##Misc

There has been an issue going on with some people installing (PECL) 'Memcache' and some 'Memcached'. This library can handle either one but Memcached is preferred!

##Included

  • Library
  • Config File
  • Controller Example

License

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].