All Projects → adlandh → bitrix-memcached

adlandh / bitrix-memcached

Licence: GPL-3.0 License
Bitrix Cache with php-memcached / Кэш Битрикс на Memcached

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to bitrix-memcached

bitrix-redis
Bitrix Cache with phpredis / Кэш Битрикс на Redis
Stars: ✭ 23 (+76.92%)
Mutual labels:  bitrix, bitrix-cache
memcached-php
Memcached client library in plain vanilla PHP.
Stars: ✭ 28 (+115.38%)
Mutual labels:  memcached
go-elasticache
Thin abstraction over the Memcache client package gomemcache (https://github.com/bradfitz/gomemcache) allowing it to support AWS ElastiCache cluster nodes
Stars: ✭ 15 (+15.38%)
Mutual labels:  memcached
wp-serverinfo
Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.
Stars: ✭ 15 (+15.38%)
Mutual labels:  memcached
bitrixclear
Чистый шаблон 1С-Битрикс / Clear template 1C-Bitrix
Stars: ✭ 20 (+53.85%)
Mutual labels:  bitrix
django-pymemcache
A Django cache backend built in Pinterest's pymemcache.
Stars: ✭ 40 (+207.69%)
Mutual labels:  memcached
6umpukc
Тулинг для разработки сайтов и решений на Bitrix под Ubuntu/Windows
Stars: ✭ 13 (+0%)
Mutual labels:  bitrix
EnyimMemcachedCore
A Memcached client for .NET Core. Available on Nuget https://www.nuget.org/packages/EnyimMemcachedCore
Stars: ✭ 143 (+1000%)
Mutual labels:  memcached
WP-Stash
Bridge between WordPress and StashPHP, providing a PSR6-compliant caching system for WordPress
Stars: ✭ 31 (+138.46%)
Mutual labels:  memcached
aiohttp-cache
A cache system for aiohttp server
Stars: ✭ 39 (+200%)
Mutual labels:  memcached
memcacher
C++ implementation of Memcache Binary Protocol.
Stars: ✭ 16 (+23.08%)
Mutual labels:  memcached
Session
PHP Session Manager (non-blocking, flash, segment, session encryption)
Stars: ✭ 23 (+76.92%)
Mutual labels:  memcached
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+8084.62%)
Mutual labels:  memcached
homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+1930.77%)
Mutual labels:  memcached
bitrix
Bitrix24 REST API client that doesn't suck. Suffer no more.
Stars: ✭ 59 (+353.85%)
Mutual labels:  bitrix
limits
Rate limiting using various strategies and storage backends such as redis & memcached
Stars: ✭ 178 (+1269.23%)
Mutual labels:  memcached
memcache
Node.js memcached client with the most efficient ASCII protocol parser
Stars: ✭ 26 (+100%)
Mutual labels:  memcached
fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
Stars: ✭ 375 (+2784.62%)
Mutual labels:  memcached
bx-data
Удобные классы для 1C-Bitrix.
Stars: ✭ 24 (+84.62%)
Mutual labels:  bitrix
hlhelpers
Набор методов для работы с highloadblock 1С-Битрикс
Stars: ✭ 18 (+38.46%)
Mutual labels:  bitrix

Поддержка кэширования Битрикс через php-memcached v 1.2 (https://github.com/php-memcached-dev/php-memcached)

Использование:

  • local/lib/cacheenginememcached.php положить в /local/lib вашего сайта
  • bitrix/.settings_extra.php соотвественно в /bitrix
  • В секции 'hosts' указать IP и порт вашего сервера memcached (можно несколько) или в 'socket' указать путь к файлу сокета

Bitrix Cache with php-memcached v 1.2 (https://github.com/php-memcached-dev/php-memcached)

Usage:

  • Put the file local/lib/cacheenginememcached.php into the /local/lib directory of your website
  • Put the file bitrix/.settings_extra.php into the /bitrix directory
  • You can specify IP and port of your memcached server in the section 'hosts' (you can use several servers) or path to socket in section 'socket'
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].