SkillAgentSearch skills...

TillStore

A key-value-store written in PHP!

Install / Use

/learn @till/TillStore
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TillStore -- Because key-value-stores are awesome!

Enough said. ;-) Well, maybe not.

The History

Please see docs/HISTORY.md.

Installation

Please see docs/INSTALL.md.

Usage

By default TillStore starts on localhost:31337. You may override these settings in a local.ini.

  • Start TillStore: /usr/bin/TillStore

  • Curl examples:

    • Command: curl -X GET http://localhost:31337/foo

    • Response: Not found.

    • Command: curl -X POST -d bar http://localhost:31337/foo

    • Response: OK

    • Command: curl -X GET http://localhost:31337/foo

    • Response: bar

(In a series, of course.)

  • Shutdown the server (special administrator feature):

    telnet localhost 31337

    SHUTDOWN

What ...

... TillStore is.

  • fun
  • unit-tested (the TillStore, not TillStore_Server)

... TillStore is not.

  • persistent
  • fully HTTP-compatible
  • production-ready :-)
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks0

Languages

PHP

Security Score

60/100

Audited on Nov 21, 2024

No findings