DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

LedisDB


Source Code
https://github.com/ledisdb/ledisdb[02]
Developer
Country of Origin
CN
Start Year
2014 [09]
Project Type
Open Source
Written in
Go
Supported Languages
C, Go, JavaScript, Lua, Python
Derived From
LevelDB, RocksDB
Inspired By
SSDB
Compatible With
Redis
License
MIT License

Database Entry

LedisDB


Stored Procedures[04]


LedisDB does not support stored procedures, but like Redis, it provides the capability to evaluate scripts using the bulit-in Lua interpreter. Scripts will be cached by LedisDB and can be invoked from the cache later. However, they are just cached rather than stored.

System Architecture[05][06][07]


LedisDB can be embedded in Go programs. You can also run LedisDB as independent servers. Each server does not share anything with others and only communicates with each other through network connection.

Views[08]


Embeddings
IceFireDB IceFireDB

Citations

9 sources
  1. http://ledisdb.com ledisdb.com Dead — Check Archive
  2. GitHub - ledisdb/ledisdb: A high performance NoSQL Database Server powered by Go · GitHub github.com
  3. Home · ledisdb/ledisdb Wiki · GitHub github.com
  4. Commands · ledisdb/ledisdb Wiki · GitHub github.com
  5. GitHub - ledisdb/ledisdb: A high performance NoSQL Database Server powered by Go · GitHub github.com
  6. GitHub - ledisdb/ledisdb: A high performance NoSQL Database Server powered by Go · GitHub github.com
  7. Replication · ledisdb/ledisdb Wiki · GitHub github.com
  8. Commands · ledisdb/ledisdb Wiki · GitHub github.com
  9. Initial commit github.com
Revision #8