Skip to content
View Shaharyar-developer's full-sized avatar

Highlights

  • Pro

Block or report Shaharyar-developer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. remote-fetch remote-fetch Public

    TypeScript 2

  2. typesafe-redis typesafe-redis Public

    TypeScript

  3. open-ot open-ot Public

    TypeScript 1

  4. Compression-first cache implementati... Compression-first cache implementation in TS with ioredis
    1
    import { getIORedisClient } from "./redis";
    2
    import logger from "@workspace/utils/logger";
    3
    import { promisify } from "util";
    4
    import { gzip, gunzip } from "zlib";
    5