Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/JustAn0therDev/redis_clone_go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/JustAn0therDev/redis_clone_go

  • v0.0.0-20210522024527-a7a7089ef2c8
  • Source
  • Go
  • Socket score

Version published
Created
Source

Redis Clone Go

A redis clone but this time in Go.

Based on the same project I made with C, but now in Go. Since Go is not necessarily an object-oriented programming language (like C# or Java) but has some things I find unique in its syntax, I thought best to create a clone of the project using Go to test my recently gained knowledge.

Go does not have a free function (has Garbage Collection) but it is pretty fast. The key value store is still the same fast thing running on a C implementation.

It wasn't tested in a production environment yet, so I don't know how fast or stable the project is in Go, but it is still fast regardless of the memory management.

FAQs

Package last updated on 22 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc