Skip to content

cankush625/HelixDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelixDB


Helix is an in-memory data store that acts as a cache.

Getting Started

See the Usage Guide for installation, connecting, and a walkthrough of common operations.

Installation

Supported Commands

Command Description
PING Test server liveness
ECHO Echo a message back
GET Get the value of a key
SET Set key to a string value with optional TTL
DEL Delete one or more keys
EXPIRE Set a TTL on an existing key (in seconds)
KEYS Find keys matching a pattern
CONFIG Read and modify server configuration
TYPE Return the type of the value stored at a key
EXISTS Check if one or more keys exist
TTL Get remaining TTL of a key in seconds
PTTL Get remaining TTL of a key in milliseconds

About

Helix is an in-memory data store that acts as a cache.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages