pgmemcache
memcached interface
pgmemcache : memcached interface
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9410 | pgmemcache | pgmemcache | 2.3.0 |
SIM | MIT | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-r | No | Yes | No | Yes | yes | no |
missing pg12-14 on el.aarch64
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 2.3.0 |
18 17 16 15 14 | pgmemcache |
- |
| RPM | PGDG | 2.3.0 |
18 17 16 15 14 | pgmemcache_$v |
- |
| DEB | PGDG | 2.3.0 |
18 17 16 15 14 | postgresql-$v-pgmemcache |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| el8.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PIGSTY 2.3.0 | PIGSTY 2.3.0 |
| el9.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| el9.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| el10.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| el10.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| d12.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| d12.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| d13.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| d13.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| u22.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| u22.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| u24.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| u24.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| u26.x86_64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
| u26.aarch64 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 | PGDG 2.3.0 |
Source
github.com/ohmu/pgmemcache
Install
Make sure PGDG repo available:
Install this extension with pig:
Create this extension with:
Usage
Provides PostgreSQL user-defined functions for interacting with memcached servers.
Enabling
Configure default servers in postgresql.conf:
Server Management
Setting and Getting Values
Atomic Counters
Deleting and Flushing
Statistics
Trigger Example
Invalidate cache on table updates: