Skip to main content

Litedis 是一个轻量级的 模仿Redis 的本地实现,它实现了和 Redis 类似的功能

Project description

Litedis

Litedis 是一个轻量级的 模仿Redis 的本地实现,它实现了和 Redis 类似的功能,支持基本的数据结构和操作。适合调试代码时,没有 Redis 服务器或者不想连接 Redis 服务器的情况下使用。

功能特点

  • 实现了基础数据结构:
    • STING
    • LIST
    • HASH
    • SET
    • ZSET
  • 支持过期时间设置
  • 支持持久化,包括 AOF 和 RDB、以及混合模式
  • 简单轻量,数据存储在本地,无需服务器

使用示例

基本使用

import time

from litedis import Litedis

with Litedis("litedis:///data/db") as db:
    db.set("key", "value", ex=1)
    assert db.get("key") == "value"

    time.sleep(1.1)
    assert not db.get("key")

存在问题

  • 不支持多进程(以后也不打算支持,有多进程需求的建议使用 Redis)
  • 还有一些 Redis 命令方法未实现

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

litedis-2.1.1.tar.gz (18.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

litedis-2.1.1-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file litedis-2.1.1.tar.gz.

File metadata

  • Download URL: litedis-2.1.1.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for litedis-2.1.1.tar.gz
Algorithm Hash digest
SHA256 dea735a53769d306da0bc6051eec7dcbb5c51ee15c6fa4ae4be2a0dc13497c9a
MD5 cd719cdb70bb0d228b9c55af5134bc4d
BLAKE2b-256 0f2e783954beaf97f2d6f836323731fb754fed69d0d401f16705fc91f286f117

See more details on using hashes here.

File details

Details for the file litedis-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: litedis-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for litedis-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a890bd0209cdc79aec5eaf242d263036cd7267abcc81bc57bfe36fd4b6feea4c
MD5 f792ced252c055bfca1a500406c0b5bc
BLAKE2b-256 fca67df42b4b937a29fb71c3777769b43df06c27cf257db8ab1ed1838a7df3f6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page